@charset "UTF-8";
::-webkit-scrollbar {
  width: 5px;
  background-color: #999;
  border-radius:50px;
}
::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #e60014;
}
.content{
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  
  
}
.app{
  display: none;
}

/* banner */
.banner{
  width: 100%;
  margin-top: 100px;
  position: relative;
}
.banner .bj{
  width: 100%;
  vertical-align: middle;
}
.banner .swiper-pagination-bullet{
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent
}
.banner .c-dot {
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
}
.container{
  position: relative;
}
.banner .swiper-pagination {
  position: relative;
  text-align: right;
}
.loading {
  margin: 0 5px;
  width: 38px;
  height: 38px;
  position: relative;
  border: 4px solid transparent;
  background: transparent;
}
.loading.swiper-pagination-bullet-active {
  border-color: rgba(255,255,255,.2);
}
.loading .left, 
.loading .right {
  opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
  top: -4px;
  overflow: hidden;
}
.loading .right {
  left: auto;
  right: -4px;
  top: -4px;
}

.loading.swiper-pagination-bullet-active .left,
 .loading.swiper-pagination-bullet-active .right {
  opacity: 1;
}
.loading .left:after,
 .loading .right:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 15px;
  height: 30px;
  border: 4px solid #fff;
  border-radius: 19px 0 0 19px;
  border-right: 0;
}
.loading .right:after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 0 19px 19px 0;
  border: 4px solid #fff;
  border-left: 0;
}
.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-right;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  animation-fill-mode: forwards;
  animation-duration: 3.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading .c-progress {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 11px;
  top: 11px;
  line-height: 120px;
  text-align: center;
}
.loading.swiper-pagination-bullet-active .c-progress {
  background-color: rgb(0,97,174);
}


.banner .rq{
  width: 47.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8% 10%;
}
.banner .rq .p1{
  text-transform: uppercase;
  font-size: 106px;
  font-family: "akz";
  color: #fff;
  letter-spacing: 5px;
}
.banner .rq .p1 img{
  width: 54px;
  margin-left: -35px;
}
.banner .rq .p2,
.banner .rq .p2 span{
  font-size: 75px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 3px;
  margin-top: -15px;
}
.banner .rq .p2 span{
  color: #26b4ff;
}
.banner .rq .p3{
  font-size: 40px;
  color: #fff;
  font-family: "akz";
  margin-top: 25px;
}
.jbt{
  display: block;
  width: 135px;
  height: 55px;
  border-radius: 55px;
  background: #fff;
  color: #333333;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  transition: all .3s;
}
.jbt:hover{
  background: transparent;
}
.jbt span{
  display: block;
  font-size: 16px;
  color: #333333;
  position: relative;
  z-index: 10;
  transition: all .3s;
  display: block;
  text-align: center;
  line-height: 55px;
}
.jbt:hover span{
  color: #fff;
}
.jbt:before{
    content: "";
    -webkit-transform: skew(45deg, 0);
    transform: skew(45deg, 0);
    width: 0;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20%;
    z-index: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.jbt:hover:before{
    width: 150%;
}
.jbt:before{
  background: linear-gradient(to right,rgb(146,211,237),rgb(22,82,185));
}
.banner .rq .div1,
.banner .rq .div2,
.banner .rq .div3,
.banner .div4{
  transform: translateY(200%) rotateX(90deg);
  opacity: 0;
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 1s;
}
.banner .rq .div2{
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 1.5s;
}
.banner .rq .div3{
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 2s;
}
.banner .rq .div4{
  transition: all 1s cubic-bezier(.35, .75, .55, 1) 2.5s;
}


.banner .swiper-slide-active .rq .div1,
.banner .swiper-slide-active .rq .div2,
.banner .swiper-slide-active .rq .div3,
.banner .swiper-slide-active .rq .div4{
  transform: translateY(0px);
  opacity: 1;
}

/* content1 */
.sy_con1{
  width: 100%;
}
.sy_con1 .rq1{
  width: 47.4%;
  /* height: 360px; */
  float: left;
  position: relative;
  overflow: hidden;
}
.sy_con1 .rq1 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con1 .rq1:hover img{
  transform: scale(1.07);
}
.sy_con1 .rq2{
  width: 26.3%;
  float: left;
  position: relative;
  overflow: hidden;
}
.sy_con1 .rq2 img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con1 .rq2:hover img{
  transform: scale(1.07);
}
.sy_con1 .rq1 .div,
.sy_con1 .rq2 .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 105px 17.5%;
}
.sy_con1 .div .p1{
  font-size: 22px;
  color: #fff;
  transition: all .5s;
}
.sy_con1 .div:hover .p1{
  transform: translateY(-10px);
}
.sy_con1 .div .p2{
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
}
.sy_con1 .div .p2 span{
  font-size: 70px;
  color: #fff;
  font-family: "dim";
  letter-spacing: 3px;
  margin: 0 5px;
}
.sy_con1 .rq2:nth-child(2) {
  box-shadow: 0px 0px 11px 0px rgba(90, 91, 95, 0.1);
}
.sy_con1 .rq2:nth-child(2) .div p,
.sy_con1 .rq2:nth-child(2) .div p span{
  color: #333;
}



/* sy_con2 */
.sy_con2{
  width: 100%;
  padding-top: 65px;padding-bottom: 60px;
}
.sy_con2 .index-container{
  position: relative;
}
.sy_con2 .swiper-container{
  width: 95.5%;
  padding-top: 5px;
}
.sy_con2 .swiper-slide{
  border: 1px solid rgb(230,230,230);
  height: 110px;
  position: relative;
  transition: all .5s;
}
.sy_con2 .swiper-slide:hover{
  transform: translate3d(0,-5px,0);
  border: 1px solid #e60014;
}
.sy_con2 .swiper-slide img{
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
 .swiper-button-prev:after,
 .swiper-button-next:after{
  content: none;
}
.sy_con2 .swiper-button-prev,
.sy_con2 .swiper-button-next{
  width: 12px;
  height: 22px;
  background-image: url(../images/img6.png);
  top: 60%;
}
.sy_con2 .swiper-button-next{
  transform: rotate(180deg);
  right: 0;
}
.sy_con2 .swiper-button-prev{
  left: 0;
}
.sy_con2 .swiper-button-prev:hover{
  background-image: url(../images/img7.png);
  transform: rotate(180deg);
}
.sy_con2 .swiper-button-next:hover{
  background-image: url(../images/img7.png);
  transform: rotate(0deg);
}



/* sy_con3 */
.sy_con3{
  width: 100%;
  background-image: url(../images/img14.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;

}
.sy_con3 .rq1 .swp1{
  display: none;
}
.sy_con3 .rq1 .swp1.on{
  display: block;
}
.sy_con3 .lef{
  width: 26%;
  float: left;
  padding-right: 40px;
  padding-top: 205px;
}
.sy_con3 .lef .p1{
  font-size: 22px;
  color: #0061ae;
  margin-bottom: 15px;
}
 .bt,
 .bt span{
  font-size: 40px;
  color: #242424;
}
 .bt span{
  color: #e60014;
  position: relative;
}
 .bt span::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img18.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -25px;
}
.sy_con3 .lef .p3{
  margin-top: 30px;
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}
.sy_con3 .lef button{
  display: block;
}
.sy_con3 .rig{
  width: 783px;
  height: 779px;
  position: relative;
  float: left;
}

.sy_con3 .rig img{
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%,-50%);
  z-index: 10;
  transition: all .5s;
}
.sy_con3 .rig:hover img{
  transform: translate(-50%,-50%) scale(1.07);
}
.sy_con3 .rig::before{
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/img15.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  animation: xz 20s linear infinite;
}
.sy_con3 .rig .div{
  width: 656px;
  height: 657px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con3 .rig .div div{
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../images/img16.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: xz2 10s linear infinite;
}
@keyframes xz{
  0%{
    transform: rotate(0);
  }
  100%{
    transform: rotate(360deg);
  }
}
@keyframes xz2{
  0%{
    transform:rotate(0);
  }
  100%{
    transform:rotate(-360deg);
  }
}

.sy_con3 .jbt{
  border: 1px solid #999;
}
.sy_con3 .jbt:hover{
  border: none;
}

.sy_con3 .swiper-button-prev,
.sy_con3 .swiper-button-next{
  width: 97px;
  height: 97px;
  background-image: url(../images/img19.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0px 0px 25px 0px rgba(90, 91, 95, 0.1);
}
.sy_con3 .swiper-button-prev{
  left: 87%;
  top: 57%;
  background-image: url(../images/img20.png);
}
.sy_con3 .swiper-button-next{
  right: 7%;
  top: 40%;
}
.sy_con3 .swiper-pagination{
  /* position: static; */
  text-align: right;
  padding-right: 8%;    
  bottom: 18%;
  font-size: 36px;
  color: #e60012;
  font-family: "dim";
}
.sy_con3 .swiper-pagination span{
  font-size: 36px;
  color: #e60012;
}
.sy_con3 .swiper-pagination .swiper-pagination-current{
  font-size: 36px;
  color: #e60012;
  font-family: "dim";
  position: relative;
  padding-left: 15px;
}
.sy_con3 .swiper-pagination .swiper-pagination-current::before{
  content: '0';
  position: absolute;
  left: 0;
  top: 0;
}
.sy_con3 .swiper-pagination .swiper-pagination-total{
  font-size: 20px;
  color: #999999;
  font-family: "dim";
  position: relative;
  padding-left: 11px;
}
.sy_con3 .swiper-pagination .swiper-pagination-total::before{
  content: '0';
  position: absolute;
  left: 0;
  top: 0;
}
.sy_con3 .rq2{
  padding-top: 20px;
}
.sy_con3 .rq2 .p3{
  font-family: "akz3";
  font-size: 18px;
  color: #666666;
  border-bottom: 1px solid rgb(195,195,195);
  padding-bottom: 12px;
  transition: all .5s;
}
.sy_con3 .rq2 .p4{
  font-size: 24px;
  color: #333333;
  margin-top: 15px;
}
.sy_con3 .rq2 .swiper-slide{
  cursor: pointer;
}
.sy_con3 .rq2 .on1 .p3{
  color: rgb(0,97,174);
  border-bottom: 1px solid rgb(0,97,174);
}



/* sy_con4 */
.sy_con4{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/img21.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sy_con4 .bt{
  text-align: center;
  margin-bottom: 70px;
}
.sy_con4 .rq{
  width: 49%;
  margin-right: 2%;
  float: left;
  margin-bottom: 35px;
  transition: all .5s;
  position: relative;
}
.sy_con4 .rq::before{
  content: '';
  width: 0;
  height: 4px;
  background:rgb(230,0,20);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
}
.sy_con4 .rq:hover{
  transform: scale(1.05);
}
.sy_con4 .rq:hover::before{
  width: 100%;
}
.sy_con4 .rq:nth-child(2n){
  margin-right: 0;
}
.sy_con4 .rq .lef{
  width: 58%;
  height: 400px;
  float: left;
  padding: 70px 50px;
  background:url(../images/img35.jpg) #fff;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
}
.sy_con4 .rq:hover .lef{
  background: url(../images/img34.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.sy_con4 .rq .lef div{
  width: 67px;
  height: 69px;
  margin-bottom: 55px;
  background-image: url(../images/img27.png);
  background-repeat: no-repeat;
}
.sy_con4 .rq:nth-child(1):hover .lef div{
  background-image: url(../images/img26.png);
}
.sy_con4 .rq:nth-child(2) .lef div{
  background-image: url(../images/img28.png);
}
.sy_con4 .rq:nth-child(2):hover .lef div{
  background-image: url(../images/img29.png);
}
.sy_con4 .rq:nth-child(3) .lef div{
  background-image: url(../images/img30.png);
}
.sy_con4 .rq:nth-child(3):hover .lef div{
  background-image: url(../images/img31.png);
}
.sy_con4 .rq:nth-child(4) .lef div{
  background-image: url(../images/img32.png);
}
.sy_con4 .rq:nth-child(4):hover .lef div{
  background-image: url(../images/img33.png);
}
.sy_con4 .rq .lef .p1{
  font-size: 22px;
  color: #333333;
  line-height: 35px;
  transition: all .5s;
}
.sy_con4 .rq:hover .lef .p1{
  color: #fff;
}

.sy_con4 .rq .rig{
  width: 42%;
  height: 400px;
  float: left;
}
.sy_con4 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}



/* content5 */
.sy_con5{
  width: 100%;
}
.sy_con5 .rq{
  width: 100%;
}
.sy_con5 .rq .lef{
  width: 31.7%;
  float: left;
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.sy_con5 .rq .lef.on{
  width: 68.3%;
  float: left;
  overflow: hidden;
}
.sy_con5 .rq .lef .bj{
  height: 482px;
  vertical-align: middle;
}

.sy_con5 .rq .lef .rq1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 12.3%;
  padding-top: 6.2%;
  opacity: 0;
  transition: all .5s;
}
.sy_con5 .rq .lef.on .rq1{
  opacity: 1;
}
.sy_con5 .rq .lef .p{
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 1;
  transition: all .5s;
  z-index: 5;
}
.sy_con5 .rq .lef.on .p{
  opacity: 0;
}
.sy_con5 .rq .lef .p img{
  width: 32px;
  margin-bottom: 5px;
  margin-left: 25px;
}
.sy_con5 .rq .lef:nth-child(1) .p img{
  transform: rotate(180deg);
  margin-left: 0px;
  margin-right: 25px;
}
.sy_con5 .rq .lef .p1{
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.sy_con5 .rq .lef .p1::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img37.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 0;
}
.sy_con5 .rq .lef .p2{
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.sy_con5 .rq .lef .rq2{
  width: 100%;
}
.sy_con5 .rq .lef .rq3{
  width: 82px;
  height: 95px;
  float: left;
  margin-right: 75px;
  background-image: url(../images/img38.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: all .5s;
  z-index: 10;
}
.sy_con5 .rq .lef .rq3:hover{
  transform: translateY(-5px);
}
.sy_con5 .rq .lef .rq3::before{
  content: '';
  width: 9px;
  height: 15px;
  background-image: url(../images/img39.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: -50%;
}
.sy_con5 .rq .lef .rq3:nth-child(2n){
  background-image: url(../images/img40.png);
}
.sy_con5 .rq .lef .rq3:last-child{
  margin-right: 0;
}
.sy_con5 .rq .lef .rq3:last-child::before{
  content: none;
}
.sy_con5 .rq .lef .rq3 p{
  font-size: 16px;
  color: #1853b9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40%;
}
.sy_con5 .rq .lef .rq3:nth-child(2n) p{
  color: #fff;
}
.sy_con5 .jbt{
  margin-top: 40px;
  border:0px;
}

/* 修改 */
.sy_con5 .rq .lef .rq4{
  width: 60%;
  position: relative;
  z-index: 10;
}
.sy_con5 .rq .lef .rq4 .div{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.sy_con5 .rq .lef .rq4 .div1{
  width: 49.5%;
  height: 40px;
  padding-left: 15px;
  background: rgba(255,255,255,0.3);
  margin-bottom: 10px;
  display: flex;
}
.sy_con5 .rq .lef .rq4 .div1 label {
  width: 16%;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
}
.sy_con5 .rq .lef .rq4 .div1 input {
  width: 70%;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
}
.sy_con5 .rq .lef .rq4 .div2{
  width: 100%;
  padding-left: 15px;
  background: rgba(255,255,255,0.3);
  height: 90px;
  padding-top: 10px;
  display: flex;
}
.sy_con5 .rq .lef .rq4 .div2 label {
  width: 30%;
  font-size: 14px;
  color: #ffffff;
}
.sy_con5 .rq .lef .rq4 .div2 textarea {
  width: 70%;
  font-size: 14px;
  color: #ffffff;
}
.sy_con5 .rq .lef button {
  font-size: 16px;
  color: #333333;
  width: 160px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid rgb(250,250,250);
  background: #fff;
  margin-top: 35px;
}
@media(max-width:1680px){
  .sy_con5 .rq .lef .rq4 .div1 label {
    width: 21%;
}
}
@media(max-width:1459px){
  .sy_con5 .rq .lef button {
    font-size: 14px;
    width: 150px;
    height: 36px;
    margin-top: 16px;
}
}
@media(max-width:1366px){
  .sy_con5 .rq .lef .rq4 {
    width: 70%;
}
}
@media(max-width:1259px){
  .sy_con5 .rq .lef .rq4 {
    width: 80%;
}
}
@media(max-width:991px){
  .sy_con5 .rq .lef .rq4 .div1 {
    height: 33px;
}
.sy_con5 .rq .lef .rq4 .div1 input {
  height: 33px;
  font-size: 12px;
}
.sy_con5 .rq .lef .rq4 .div1 label {
  font-size: 12px;
  line-height: 33px;
}
.sy_con5 .rq .lef .rq4 .div2 {
  height: 56px;
}
.sy_con5 .rq .lef .rq4 .div2 label {
  font-size: 12px;
}
.sy_con5 .rq .lef .rq4 .div2 textarea {
  font-size: 12px;
}
.sy_con5 .rq .lef button {
  font-size: 12px;
  width: 130px;
  height: 30px;
  margin-top: 12px;
}

}
@media(max-width:500px){
  .sy_con5 .rq .lef .rq4 {
    width: 100%;
}
.sy_con5 .rq .lef .rq4 .div1 {
  padding-left: 10px;
}
.sy_con5 .rq .lef .rq4 .div1 label {
  width: 23%;
}
.sy_con5 .rq .lef .rq4 .div2 {
  height: 85px;
  padding-left: 10px;
  padding-top: 7px;
}
.sy_con5 .rq .lef .rq4 .div2 label {
  width: 40%;
}
.sy_con5 .rq .lef .rq4 .div2 textarea{
  width: 60%;
}

}

/* content6 */
.sy_con6{
  width: 100%;
  padding: 100px 0;
}
.sy_con6 .bt{
  text-align: center;
}
.sy_con6 .p1{
  font-size: 20px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
.sy_con6 .rq{
  padding-top: 65px;
  width: 100%;
}
.sy_con6 .rq1{
  width: 37.5%;
  height: 590px;
  float: left;
  margin-right: 4%;
}
.sy_con6 .rq2{
  width: 29%;
  height: 590px;
  float: left;
  margin-right: 2.5%;
}
.sy_con6 .rq3{
  width: 27%;
  height: 590px;
  float: left;
}
.sy_con6 .p2{
  font-size: 22px;
  color: #333333;
  margin-bottom: 30px;
}
.sy_con6 .p2 img{
  margin-bottom: -5px;
  margin-right: 5px;
}
.sy_con6 .rq4{
  width: 100%;
  height: 248px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgb(173,173,173);
}
.sy_con6 .rq4 .lef{
  width: 46.5%;
  float: left;
  overflow: hidden;
}
.sy_con6 .rq4 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con6 .rq4:hover .lef img{
  transform: scale(1.05);
}
.sy_con6 .rq4 .rig{
  width: 53.5%;
  float: left;
  padding-top: 5px;
  padding-left: 25px;
}
.sy_con6 .rq4 .rig .p3{
  font-size: 20px;
  color: #333333;
}
.sy_con6 .rq4 .rig .p4{
  margin: 10px 0;
  font-size: 16px;color: #666666;  font-family: "akz4";
}
.sy_con6 .rq4 .rig .p4 img{
  margin-bottom: -2px;
  margin-right: 8px;
}
.sy_con6 .rq4 .rig .p5{
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.sy_con6 .jbt{
  width: 110px;
  height: 42px;
  margin-top: 20px;
  background: #999;
}
.sy_con6 .jbt span{
  color: #fff;
  font-size: 14px;
  line-height: 42px;
}
.sy_con6 .rq5{
  width: 100%;
}
.sy_con6 .rq5 a{
  display: block;
  font-size: 16px;
  color: #333333;
  padding-left: 40px;
  padding-right: 140px;
  background-image: url(../images/img48.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  position: relative;
  margin-top: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sy_con6 .rq5 a:hover{
  background-image: url(../images/img47.png);
  color: #e60115;
}
.sy_con6 .rq5 a span{
  font-size: 16px;
  color: #666666;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con6 .rq5 a span img{
  margin-bottom: -3px;
  margin-right: 5px;
}
.sy_con6 .rq6{
  width: 100%;
  height: 530px;
  background-image: url(../images/img49.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 30px;
}
.sy_con6 .rq6 .p3{
  font-size: 20px;
  color: #333333;
  padding-top: 60px;
  transition: all .5s;
}
.sy_con6 .rq6 .p4{
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
  line-height: 25px;
  transition: all .5s;
}
.sy_con6 .rq6 div:hover p{
  color: #e60115;
}
.sy_con6 .rq7{
  width: 100%;
}
.sy_con6 .rq7 div{
  width: 100%;
  height: 155px;
  border: 2px solid rgb(227,228,230);
  padding: 30px 40px;
  margin-top: 30px;
  transition: all .5s;
}
.sy_con6 .rq7 div:hover{
  border: none;
  background: linear-gradient(to right,rgb(146,211,237),rgb(22,82,185));
  transform: translateY(-10px);
}

.sy_con6 .rq7 .p3{
  font-size: 20px;
  color: #333333;
}
.sy_con6 .rq7 .p4{
  font-size: 16px;
  color: #666666;
  margin-top: 10px;
  line-height: 25px;
}
.sy_con6 .rq7 div:hover p{
  color: #fff;
}
.sy_con6 .rq7 div:hover .p4{
  opacity: 0.66;
}



/* sy_con7 */
.sy_con7{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 80px;
  padding-bottom: 100px;
}
.sy_con7 .bt{
  text-align: center;
}
.sy_con7 .rq{
  width: 100%;
  margin-top: 65px;
}
.sy_con7 .rq .rq1{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
}
.sy_con7 .rq .rq1:nth-child(3){
  margin-right: 0;
}
.sy_con7 .rq .rq1 .top img{
  width: 100%;
  vertical-align: middle;
}
.sy_con7 .rq .rq1 p{
  font-size: 18px;
  color: #fff;
  background: linear-gradient(to right,rgb(146,211,237),rgb(22,82,185));
  line-height: 45px;
  text-align: center;
}

/* 视频 */
.msg-box-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
}

.msg-box {
  width: 70%;
  height: 70%;
  padding: 0px;
  background-color: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.msg-box .close-box {
  width: 30px;
  height: 30px;
  background: url(../images/btn-close-modal.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.msg-box .close-box:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video_pic {
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}


.bf {
  width: 77px;
  height: 76px;
  background: url(../images/img52.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.sy_con7 .rq1:hover .bf{
  background: url(../images/img53.png) no-repeat center;
}
.news-item__img-circle {
  position: absolute;
  z-index: 3;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  pointer-events: none;
  -webkit-transform: scale(3);
  transform: scale(3);
  transition: all .5s;
}
.sy_con7 .rq1:hover .news-item__img-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.news-item__img-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-item__img-circle span::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news-item__img-circle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1000px solid #fff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sy_con7 .jbt{
  margin: 0 auto;
  margin-top: 45px;
  width: 125px;
  height: 45px;
}
.sy_con7 .jbt span{
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
}

/* 首页 */
@media (max-width: 1680px) {
.banner .rq .p1 {
  font-size: 80px;
}
.banner .rq .p2, .banner .rq .p2 span {
  font-size: 57px;
}
.banner .rq .p3 {
  font-size: 30px;
}
.jbt {
  width: 102px;
  height: 40px;
  border-radius: 40px;
}
.jbt span {
  line-height: 40px;
  font-size: 13px;
}
.sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
  padding: 91px 17.5%;
}
.sy_con1 .div .p1 {
  font-size: 20px;
  margin-bottom: 8px;
}
.sy_con1 .div .p2 span {
  font-size: 60px;
}
.sy_con1 .div .p2 {
  font-size: 16px;
  margin-top: 0;
}
.sy_con3 .rig {
  width: 685px;
  height: 680px;
}
.sy_con3 .rig .div {
  width: 574px;
  height: 574px;
}
.sy_con3 .rig img {
  left: 44%;
  width: 75%;
}
.sy_con3 .lef {
  width: 28%;
  padding-top: 113px;
}
.sy_con3 .lef .p1 {
  font-size: 20px;
}
.bt, .bt span {
  font-size: 35px;
}
.sy_con3 .lef .p3 {
  font-size: 16px;
}
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 84px;
  height: 84px;
}
.sy_con3 .swiper-pagination span,
.sy_con3 .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
}
.sy_con3 .rq2 .p4 {
  font-size: 20px;
}
.sy_con4 .rq .rig,
.sy_con4 .rq .lef{
  height: 349px;
}
.sy_con4 .rq .lef .p1 {
  font-size: 20px;
  line-height: 30px;
}
.sy_con4 .rq .lef div {
  width: 58px;
  height: 60px;
  background-size: contain;
}
.sy_con5 .rq .lef .p1 {
  font-size: 30px;
}
.sy_con5 .rq .lef .p2{
  font-size: 16px;
}
.sy_con5 .rq .lef .rq3 {
  width: 70px;
  height: 83px;
  margin-right: 65px;
}
.sy_con5 .rq .lef .rq3 p {
  font-size: 14px;
}
.sy_con5 .rq .lef .p {
  font-size: 28px;
}
.sy_con6 .p1{
  font-size: 18px;
}
.sy_con6 .rq {
  padding-top: 45px;
}
.sy_con6 .p2 {
  font-size: 20px;
}
.sy_con6 .p2 img {
  margin-bottom: -5px;
  margin-right: 3px;
  width: 22px;
}
.sy_con6 .rq4{
  height: 215px;
  padding-bottom: 25px;
}
.sy_con6 .rq4 .rig .p3 {
  font-size: 18px;
}
.sy_con6 .rq4 .rig .p4 {
  font-size: 14px;
}
.sy_con6 .rq4 .rig .p4 img {
  width: 14px;
  margin-right: 5px;
}
.sy_con6 .rq4 .rig .p5 {
  font-size: 14px;
  line-height: 23px;
}
.sy_con6 .jbt {
  width: 95px;
  height: 35px;
}
.sy_con6 .jbt span {
  font-size: 12px;
  line-height: 35px;
}
.sy_con6 .rq2,
.sy_con6 .rq3,
.sy_con6 .rq1 {
  height: 515px;
}
.sy_con6 .rq5 a {
  font-size: 14px;
  background-size: 2%;
  padding-left: 30px;
  padding-right: 125px;
  margin-top: 29px;
}
.sy_con6 .rq5 a span {
  font-size: 14px;
}
.sy_con6 .rq5 a span img {
  width: 14px;
  margin-bottom: -2px;
  margin-right: 2px;
}
.sy_con6 .rq6 {
  height: 460px;
}
.sy_con6 .rq6 .p3 {
  font-size: 18px;
  padding-top: 52px;
}
.sy_con6 .rq6 .p4 {
  font-size: 14px;
  padding-top: 15px;
  line-height: 22px;
}
.sy_con6 .rq7 div {
  height: 133px;
  padding: 25px 40px;
}
.sy_con6 .rq7 .p3 {
  font-size: 18px;
}
.sy_con6 .rq7 .p4 {
  font-size: 14px;
  line-height: 22px;
}


}
@media (max-width: 1459px){
  .banner .rq .p1 {
    font-size: 75px;
}
.banner .rq .p1 img {
  width: 37px;
  margin-left: -30px;
}
.banner .rq .p2, .banner .rq .p2 span {
  font-size: 52px;
}
.banner .rq .p3 {
  font-size: 27px;
}
.sy_con1 .div .p1 {
  font-size: 18px;
}
.sy_con1 .div .p2 {
  font-size: 14px;
}
.sy_con1 .div .p2 span {
  font-size: 50px;
  margin: 0;
}
.sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
  padding: 75px 17.5%;
}
.sy_con2 .swiper-slide {
  height: 85px;
}
.sy_con2 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.sy_con3 .rig {
  width: 555px;
  height: 555px;
}
.sy_con3 {
  padding-bottom: 45px;
}
.sy_con3 .rig .div {
  width: 466px;
  height: 466px;
}
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 70px;
  height: 70px;
}
.bt, .bt span {
  font-size: 28px;
}
.sy_con4 {
  padding-top: 45px;
  padding-bottom: 40px;
}
.sy_con4 .bt {
  margin-bottom: 35px;
}
.sy_con4 .rq .rig, .sy_con4 .rq .lef {
  height: 299px;
}
.sy_con4 .rq .lef div {
  width: 45px;
  height: 47px;    margin-bottom: 30px;
}
.sy_con4 .rq .lef .p1 {
  font-size: 18px;
  line-height: 28px;
}
.sy_con5 .rq .lef{
  height: 342px;
}
.sy_con5 .rq .lef .p1 {
  font-size: 25px;
}
.sy_con5 .rq .lef .p1::before {
  width: 11px;
  height: 11px;
}
.sy_con5 .rq .lef .p2 {
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 14px;
}
.sy_con5 .rq .lef .rq1 {
  padding-left: 6.3%;
  padding-top: 5.2%;
}
.sy_con5 .rq .lef .bj {
  height: 360px;
  vertical-align: middle;
}
.sy_con5 .jbt {
  margin-top: 30px;
}
.sy_con5 .rq .lef .p {
  font-size: 24px;
}
.sy_con5 .rq .lef .p img {
  width: 25px;
}
.sy_con6 {
  padding: 50px 0;
}
.sy_con6 .p1 {
  font-size: 16px;
}
.sy_con6 .rq {
  padding-top: 35px;
}
.sy_con6 .p2 {
  font-size: 18px;
}
.sy_con6 .rq4 {
  height: 185px;
  padding-bottom: 25px;
}
.sy_con6 .rq4 .rig .p3 {
  font-size: 16px;
}
.sy_con6 .rq4 .rig .p4 {
  margin: 7px 0;
}
.sy_con6 .rq4 .rig .p5 {
  font-size: 12px;
  line-height: 21px;
}
.sy_con6 .rq2, .sy_con6 .rq3, .sy_con6 .rq1 {
  height: 485px;
}
.sy_con6 .rq6 {
  height: 425px;
}
.sy_con6 .rq6 .p4 {
  font-size: 13px;
  padding-top: 13px;
  line-height: 22px;
}
.sy_con6 .rq6 .p3 {
  font-size: 16px;
  padding-top: 48px;
}
.sy_con6 .rq7 .p3 {
  font-size: 16px;
}
.sy_con6 .rq7 .p4 {
  font-size: 13px;
  line-height: 22px;
}
.sy_con6 .rq7 div {
  height: 130px;
  padding: 25px 40px;
  margin-top: 15px;
}
.sy_con6 .rq5 a {
  margin-top: 28px;
}
.sy_con7 {
  padding-top: 45px;
  padding-bottom: 60px;
}
.sy_con7 .rq {
  margin-top: 35px;
}
.bf {
  width: 50px;
  height: 50px;
  background-size: contain;
}
.sy_con7 .rq1:hover .bf{
  background-size: contain;
}
.sy_con7 .rq .rq1 p {
  font-size: 16px;
  line-height: 40px;
}
}
@media (max-width: 1259px){
  .banner .rq .p1 {
    font-size: 60px;
}
.banner .rq .p2, .banner .rq .p2 span {
  font-size: 40px;
}
.banner .rq .p3 {
  font-size: 22px;
}
.sy_con1 .div .p2 span {
  font-size: 40px;
}
.sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
  padding: 65px 17.5%;
}
.sy_con1 .div .p1 {
  font-size: 16px;
}
.sy_con3 .rig {
  width: 510px;
  height: 510px;
}
.sy_con3 .rig .div {
  width: 430px;
  height: 430px;
}
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 55px;
  height: 55px;
}
.bt, .bt span {
  font-size: 24px;
}
.sy_con3 .lef .p3 {
  font-size: 14px;
  line-height: 23px;
}
.sy_con3 .swiper-pagination span, .sy_con3 .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
}
.sy_con3 .swiper-pagination .swiper-pagination-total {
  font-size: 16px;
}
.sy_con3 .rq2 .p3 {
  font-size: 16px;
}
.sy_con3 .rq2 .p4 {
  font-size: 16px;
}
.sy_con4 .rq .rig, .sy_con4 .rq .lef {
  height: 242px;
}
.sy_con4 .rq .lef div {
  width: 33px;
  height: 35px;
  margin-bottom: 30px;
}
.sy_con4 .rq .lef .p1 {
  font-size: 16px;
  line-height: 25px;
}
.sy_con4 .rq .lef {
  padding: 40px 40px;
}
.sy_con5 .rq .lef .rq3 {
  width: 53px;
  height: 61px;
  margin-right:47px;
}
.sy_con5 .rq .lef .rq3 p {
  font-size: 12px;
  width: 47%;
}
.sy_con5 .rq .lef .p1 {
  font-size: 22px;
}
.sy_con5 .rq .lef .p {
  font-size: 22px;
}
.sy_con6 .rq4 .rig {
  width: 53.5%;
  padding-top: 0px;
  padding-left: 10px;
}
.sy_con6 .jbt {
  width: 80px;
  height: 25px;
}
.sy_con6 .jbt span {
  line-height: 25px;
}
.sy_con6 .rq4 .rig .p5 {
  line-height: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con6 .rq4 .rig .p3 {
  font-size: 14px;
}
.sy_con6 .rq4 {
  height: 155px;
  padding-bottom: 25px;
}
.sy_con6 .rq5 a {
  margin-top: 22px;
  font-size: 13px;
}
.sy_con6 .rq2, .sy_con6 .rq3, .sy_con6 .rq1 {
  height: 410px;
}
.sy_con6 .rq6 .p3 {
  font-size: 15px;
  padding-top: 28px;
}
.sy_con6 .rq6 {
  height: 355px;
}
.sy_con6 .rq7 div {
  height: 112px;
  padding: 17px 25px;
  margin-top: 10px;
}
.sy_con6 .p2 {
  font-size: 16px;
  margin-bottom: 18px;
}
.sy_con7 .rq .rq1 p {
  font-size: 14px;
  line-height: 30px;
}

}
@media (max-width: 991px){
  .pc{
    display: none !important;
  }
  .app{
    display: block;
  }
  .sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
    padding: 36px 10%;
}
.sy_con1 .div .p2 span {
  font-size: 30px;
}
.banner {
  margin-top: 60px;
}
.sy_con3 .rig {
  width: 404px;
  height: 404px;
}
.sy_con3 .rig .div {
  width: 340px;
  height: 340px;
}
.sy_con3 .swiper-button-prev, .sy_con3 .swiper-button-next {
  width: 45px;
  height: 45px;
}
.sy_con3 .lef .p1 {
  font-size: 18px;
}
.bt, .bt span {
  font-size: 22px;
}
.sy_con3 .lef .p3 {
  font-size: 13px;
  line-height: 20px;
}
.sy_con3 .lef {
  padding-top: 40px;
}
.sy_con4 .rq .rig, .sy_con4 .rq .lef {
  height: 187px;
}
.sy_con4 .rq .lef .p1 {
  font-size: 14px;
  line-height: 22px;
}
.sy_con4 .rq .lef {
  padding: 25px 25px;
}
.sy_con4 .rq {
  margin-bottom: 15px;
}
.sy_con5 .rq .lef .bj {
  height: 250px;
}
.sy_con5 .rq .lef {
  height: 250px;
}
.sy_con5 .rq .lef .p1 {
  font-size: 18px;
}
.sy_con5 .rq .lef .rq1 {
  padding-top: 4.2%;
}
.sy_con5 .jbt {
  margin-top: 20px;
}
.sy_con5 .rq .lef .p {
  font-size: 18px;
}
.jbt {
  width: 90px;
  height: 33px;
  border-radius: 33px;
}
.jbt span {
  line-height: 33px;
  font-size: 12px;
}
.sy_con6 .rq2, .sy_con6 .rq3, .sy_con6 .rq1{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.sy_con6 .rq4 {
  height: auto;
  padding-bottom: 25px;
}
.sy_con6 .rq4 .rig {
  padding-top: 20px;
  padding-left: 20px;
}
.sy_con6 .rq6 {
  padding-bottom: 30px;
  height: auto;
}

}
@media (max-width: 768px) {
  .sy_con1 .rq1{
    width: 100%;
  }
  .sy_con1 .rq2{
    width: 50%;
  }
  .sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
    padding: 90px 10%;
}
.sy_con4 .rq{
  width: 100%;
  margin-right: 0;
}
.sy_con4 .rq .lef{
  position: absolute;
  height: 100%;
}
.sy_con4 .rq .rig{
  height: auto;
  float: right;
}
.sy_con4 .rq .lef {
  padding: 15px 10px;
}
.sy_con4 .rq:hover {
  transform: scale(1);
}
.sy_con4 .rq::before{
  content: none;
}
.sy_con5 .rq .lef.on,
.sy_con5 .rq .lef{
  width: 100%;
  margin-bottom: 10px;
}
.sy_con5 .rq .lef .bj{
  width: 100%;
  height: auto;
}
.sy_con5 .rq .lef .p{
  display: none;
}
.sy_con5 .rq .lef .rq1{
  opacity: 1;
}
.sy_con3 .rig {
  width: 310px;
  height: 310px;
}
.sy_con3 .rig .div {
  width: 262px;
  height: 262px;
}
.sy_con3 .lef{
  width: 100%;
}


}
@media (max-width: 500px){
  .sy_con5 .rq .lef .rq1 {
    padding-left: 4.3%;
}
  .sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
    padding: 30px 5%;
}
.sy_con1 .div .p1 {
  font-size: 14px;
}
.sy_con1 .div .p2 {
  font-size: 12px;
}
.sy_con1 .div .p2 span {
  font-size: 25px;
}
.sy_con2 .swiper-button-next {
  right: 5px;
}
.sy_con2 .swiper-button-prev {
  left: 5px;
}
.sy_con2 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.sy_con3 .lef{
  padding: 0;
}
.jbt{
  margin-top: 25px;
}
.sy_con3 .swiper-button-next {
  right: 1%;
}
.sy_con3 .swiper-pagination {
  padding-right: 0%;
  bottom: 0%;
  display: none;
}
.sy_con3 .rq2 .p4 {
  font-size: 14px;margin-top: 5px;
}
.sy_con4 .bt {
  margin-bottom: 23px;
}
.sy_con5 .rq .lef,
.sy_con5 .rq .lef .bj {
  width: 100%;
  height: 295px;
}
.sy_con6 .rq4 .rig{
  padding-top: 0;
  padding-left: 10px;
}
.sy_con6 .rq6 .p3 {
  padding-top: 20px;
}
.sy_con6 .rq7 div{
  height: auto;
}
.sy_con7,
.sy_con4,
.sy_con6 {
  padding: 30px 0;
}
.sy_con6 .rq {
  padding-top: 20px;
}
.sy_con6 .rq3:nth-child(3){
  margin-bottom: 0;
}
.sy_con7 .rq .rq1{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.sy_con7 .rq {
  margin-top: 20px;
}
.sy_con7 .jbt {
  margin-top: 25px;
}
.bt span::before {
  width: 10px;
  height: 10px;
  right: -15px;
}
.msg-box {
  width: 90%;
  height: 30%;
}

.sy_con2 .swiper-button-prev, .sy_con2 .swiper-button-next{
  display: none;
}

.sy_con4 .rq .lef div {
  margin-bottom: 15px;
}
.sy_con4 .rq .lef {
  padding: 30px 10px;
}

}
@media (max-width: 414px){
  .sy_con3 .rq1 .swp1{
    padding-bottom: 30px;
  }
  .sy_con3 .swiper-button-prev {
    left: 5%;
    top: 95%;
  }
  .sy_con3 .swiper-button-next {
    right: 5%;
    top: 95%;
  }
  .sy_con3 .rig {
    margin-left: 10%;
}
}
@media (max-width: 375px){
  .sy_con3 .rig {
    margin-left: 6%;
}
}
@media (max-width: 320px){
  .sy_con4 .rq .lef .p1 {
    font-size: 13px;
    line-height: 22px;
}
.sy_con4 .rq .lef {
  padding: 15px 10px;
}
.sy_con3 .rig {
  margin-left: -1%;
}
.sy_con1 .rq1 .div, .sy_con1 .rq2 .div {
  padding: 12px 5%;
}
}







/* 包边机专题页 */
.n_banner{
  width: 100%;
  position: relative;
  margin-top: 100px;
  
}
.n_banner img{
  width: 100%;
  vertical-align: middle;
}
.n_banner .wrap{
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.n_banner .p1{
  font-size: 60px;
  color: #ffffff;
  position: relative;
  display: inline;
  padding-right: 25px;
  font-weight: bold;
}
.n_banner .p1::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img18.png);
  position: absolute;
  top: 0;
  right: 0;
}
.n_banner .p2{
  font-size: 24px;
  color: #fff;
  font-family: "dim";
  opacity: 0.64;
  margin-top: 10px;
}


/* pr_con1 */
.pr_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
}
.pr_con1 .lef{
  width: 45.7%;
  height: 640px;
  float: left;
  position: relative;
}
.pr_con1 .lef::before{
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/img15.png);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  animation: xz 20s linear infinite;
}
.pr_con1 .lef .rq{
  width: 470px;
  height: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: rgb(162,162,162);
  overflow: hidden;
  z-index: 10;
}
.pr_con1 .lef .rq img{
  max-width: 100%;
  position: absolute;
  top: 60%;
  left: 52%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.pr_con1 .lef:hover .rq img{
  transform: translate(-50%,-50%) scale(1.07);
}
.pr_con1 .lef .rq1{
  width: 470px;
  height: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  z-index: 1;
}
.pr_con1 .lef .rq1 div{
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
}
.pr_con1 .lef .rq1 div::before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(239,239,239,0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%) scale(1);
  animation: xbw 5s infinite;
  border-radius: 50%;
}
.pr_con1 .lef .rq1 div::after{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(239,239,239,0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%) scale(1);
  border-radius: 50%;
  animation: xbw 5s infinite 2.5s;
}

@keyframes xbw{
  0%{
    transform:translate(-50%,-50%) scale(1);
  }
  50%{
    background: rgba(212,212,212,0.5);
  }
  100%{
    transform:translate(-50%,-50%) scale(1.15);
  }
}

.pr_con1 .rig{
  width: 48%;
  float: right;
  padding-top: 120px;
}
.pr_con1 .rig .bt{
  color: #e60014;
}
.pr_con1 .rig .bt span{
  color: #242424;
}
.pr_con1 .rig .p1{
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  padding: 35px 0;
}
.pr_con1 .rig .p2{
  font-size: 18px;
  color: #e60014;
  padding-left: 30px;
  background-image: url(../images/img63.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  margin-bottom: 10px;
}
.pr_con1 .rig .p3{
  font-size: 16px;
  line-height: 25px;
  padding-top: 25px;
  color: #666;
  width: 85%;
}



/* pr_con2 */
.pr_con2{
  width: 100%;
  padding-top: 70px;
  background-image: url(../images/img64.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.pr_con2 .bt{
  text-align: center;
}
.pr_con2 .rq{
  width: 100%;
  padding-top: 30px;
  position: relative;
}
.pr_con2 .rq .bj{
  width: 100%;
  vertical-align: middle;
}
.pr_con2 .rq .rq1{
  width: 100%;
  height: 100%;
  position: relative;
}
.pr_con2 .rq .lef{
  width: 49.65%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pr_con2 .rq .rig{
  width: 50.35%;
  float: right;
}

.pr_con2 .rq .rq1 div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 150px;
  padding-left: 170px;
}
.pr_con2 .rq .p1{
  display: block;
  font-size: 90px;
  color: #838383;
  font-weight: bold;
  line-height: 70px;
  padding-left: 45px;
}
.pr_con2 .rq a{
  display: block;
  width: 290px;
  height: 70px;
  border-radius: 70px;
  line-height: 60px;
  text-align: center;
  border: 5px solid #838383;
  font-size: 30px;
  color: #838383;
  margin-bottom: 50px;
}
.pr_con2 .rq a img{
  width: 31px;
  margin-bottom: -5px;
}
.pr_con2 .rq .p2{
  background-image: url(../images/img68.png);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: top;
  padding-bottom: 30px;
  padding-left: 15px;
  position: relative;
  transition: all .5s;
}
.pr_con2 .rq .p2:hover{
  background-position-x: 0px;
}
.pr_con2 .rq .p2 span{
  font-size: 20px;
  line-height: 40px;
  color: #666666;
  display: block;
  margin-left: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.pr_con2 .rq .p2::before{
  content: '';
  width: 11px;
  height: 32px;
  background-image: url(../images/img69.png);
  position: absolute;
  bottom: 0;
  left: 29px;
}
.pr_con2 .rq .rig .p2:last-child::before,
.pr_con2 .rq .lef .p2:last-child::before{
  content: none;
}
.pr_con2 .rq .rig .rq1 div{
  padding-top: 160px;
}
.pr_con2 .rq .rig .p1{
  color: #fff;
}
.pr_con2 .rq .rig a{
  border: none;
  color: #fff;
  line-height: 70px;
  background: linear-gradient(to left, rgb(27, 86, 186), rgb(144, 210, 237));
  margin-bottom: 30px;
}
.pr_con2 .rq .rig .p2{
  padding-bottom: 0;
  background-position-y: center;
}
.pr_con2 .rq .rig .p2 span{
  width: 77%;
  color: #fff;
  line-height: 70px;
  border-top: 1px dashed #fff;
}
.pr_con2 .rq .rig .p2:last-child span{
  border-bottom: 1px dashed #fff;
}
.pr_con2 .rq .rig .p2::before{
  background-image: url(../images/img71.png);
  bottom: -18px;
    left: 32px;
}
.pr_con2 .rq .rig .p2 span{
  margin-left: 70px;
  font-weight: bold;
}
.pr_con2 .rq .rig .p2{
  background-image: url(../images/img72.png);
}
.pr_con2 .rq .rig .p2:nth-of-type(2){
  background-image: url(../images/img73.png);
}
.pr_con2 .rq .rig .p2:nth-of-type(3){
  background-image: url(../images/img74.png);
}
.pr_con2 .rq .rig .p2:nth-of-type(4){
  background-image: url(../images/img75.png);
}
.pr_con2 .rq .rig .p2:nth-of-type(5){
  background-image: url(../images/img76.png);
}
.pr_con2 .rq .rig .p2:nth-of-type(6){
  background-image: url(../images/img77.png);
}



/* pr_con3 */
.pr_con3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 35px;
  background-image: url(../images/img78.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.pr_con3 .bt{
  text-align: center;
}
.pr_con3 .rq{
  padding-top: 45px;
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.pr_con3 .rq .rq1{
  position: relative;
  width: 20%;
  margin-bottom: 50px;
}
.pr_con3 .rq .rq1::before{
  width: 61%;
  height: 1px;
  content: "";
  position: absolute;
  right: -86px;
  top: 30%;
  background: rgb(194,199,202);
}
.pr_con3 .rq .rq1:nth-child(5n)::before{
  content: none;
}
.pr_con3 .rq .rq2{
  width: 110px;
  height: 110px;
  border: 1px solid #2f7dec;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  transition: all .5s;
}
.pr_con3 .rq .rq2:hover{
  transform: translateY(-10px);
}
.pr_con3 .rq .rq2 .rq3{
  width: 85px;
  height: 85px;
  border: 3px solid #2f7dec;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 36px;
  color: #2f7dec;
  font-family: "dim";
  line-height: 85px;
  text-align: center;
  background-image: url(../images/img80.png);
  background-repeat: repeat-x;
  background-position-y: bottom;
  background-position-x: 0%;
  background-size: contain;
  transition: .5s;
}
.pr_con3 .rq .rq1.on .rq2{
  border: 1px solid rgb(230,0,20);
}
.pr_con3 .rq .rq1.on .rq3{
  background-image: url(../images/img79.png);
  color: #e60014;
  border: 3px solid rgb(230,0,20);
}
.pr_con3 .rq p{
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding-top: 55px;
  position: relative;
}
.pr_con3 .rq p::before{
  content: '';
  width: 7px;
  height: 23px;
  background-image: url(../images/img82.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.pr_con3 .rq .rq1.on p::before{
  background-image: url(../images/img81.png);
}



/* pr_con4 */
.pr_con4{
  width: 100%;
  padding: 100px 0;
}
.pr_con4 .bt{
  text-align: center;
}
.pr_con4 .rq{
  width: 100%;
  margin-top: 80px;
  position: relative;
}
.pr_con4 .rq .lef{
  width: 27.5%;
  padding: 82px 0 82px 30px;
  border-radius: 10px;
  float: left;
  background: linear-gradient(to right, rgb(180, 180, 180), rgb(109, 109, 109));
}
.pr_con4 .rq .p1{
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  padding-bottom: 25px;
  padding-left: 60px;
  background-image: url(../images/img68.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position-y: 3px;
  background-position-x: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all .5s;
}
.pr_con4 .rq .p1:hover{
  background-position-x: 0px;
}
.pr_con4 .rq .lef .p1:last-child,
.pr_con4 .rq .rig .p1:last-child{
  padding-bottom: 10px;
}
.pr_con4 .rq .rq1{
  width: 37.4%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 47.5%;
  transform: translateX(-50%);
}
.pr_con4 .rq .rq1 div{
  width: 100%;
  height: 100%;
  position: relative;
}
.pr_con4 .rq .rq1 img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pr_con4 .rq .rig{
  width: 32.5%;
  padding: 82px 0 82px 40px;
  border-radius: 10px;
  float: right;
  background: linear-gradient(to right, rgb(44, 164, 223), rgb(5, 113, 185));
}
.pr_con4 .rq .rig .p1{
  background-image: url(../images/img72.png);
}
.pr_con4 .rq .rig .p1:nth-child(2){
  background-image: url(../images/img73.png);
}
.pr_con4 .rq .rig .p1:nth-child(3){
  background-image: url(../images/img74.png);
}
.pr_con4 .rq .rig .p1:nth-child(4){
  background-image: url(../images/img75.png);
}
.pr_con4 .rq .rig .p1:nth-child(5){
  background-image: url(../images/img76.png);
}
.pr_con4 .rq .rig .p1:nth-child(6){
  background-image: url(../images/img77.png);
}


/* pr_con5 */
.pr_con5{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 130px;
  background-image: url(../images/img84.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.pr_con5 .bt{
  text-align: center;
  color: #fff;
}
.pr_con5 .rq{
  width: 100%;
  padding-top: 50px;
}
.pr_con5 .rq .rq1{
  width: 23.875%;
  margin-right: 1.5%;
  height: 325px;
  background: #fff;
  border-radius: 5px;
  float: left;
  transition: all .5s;
}
.pr_con5 .rq .rq1:nth-child(4){
  margin-right: 0;
}
.pr_con5 .rq .rq1 div{
  width: 100%;
  height: 100%;
  padding-top: 140px;
  background-image: url(../images/img85.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 24%;
  background-size: 49px 50px;
  transition: all .5s;
}
.pr_con5 .rq .rq1:nth-child(2) div{
  background-image: url(../images/img86.png);
}
.pr_con5 .rq .rq1:nth-child(3) div{
  background-image: url(../images/img87.png);
}
.pr_con5 .rq .rq1:nth-child(4) div{
  background-image: url(../images/img88.png);
}
.pr_con5 .rq .rq1 .p1{
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 25px;
  transition: all .5s;
}
.pr_con5 .rq .rq1 .p2{
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
  transition: all .5s;
}
.pr_con5 .rq .rq1:hover p{
  color: #fff;
}
.pr_con5 .rq .rq1:hover{
  background: linear-gradient(to right, rgb(44, 164, 223), rgb(5, 113, 185));
}
.pr_con5 .rq .rq1:hover div{
  background-image: url(../images/img89.png);
  background-position-y: 20%;
}
.pr_con5 .rq .rq1:nth-child(2):hover div{
  background-image: url(../images/img90.png);
}
.pr_con5 .rq .rq1:nth-child(3):hover div{
  background-image: url(../images/img91.png);
}
.pr_con5 .rq .rq1:nth-child(4):hover div{
  background-image: url(../images/img92.png);
}


/* .pr_con6 */
.pr_con6{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 65px;
}
.pr_con6 .lef{
  width: 50%;
  float: left;
  padding-top: 70px;
}
.pr_con6 .p4{
  font-size: 36px;
  font-family: "dim";
  color: #242424;
  margin-top: 30px;
}
.pr_con6 .p3{
  width: 60%;
}
.pr_con6 .swiper-button-prev, 
.pr_con6 .swiper-button-next{
  width: 80px;
  height: 80px;
  top: 72%;
}
.pr_con6 .swiper-button-prev{
  left: 0;
}
.pr_con6 .swiper-button-next{
  right: 87%;
}
.pr_con6 .swiper-pagination{
  padding-right: 0;
  text-align: center;
  bottom: 20%;
}
.pr_con6 .rig{
  width: 49%;
  height: 688px;
}
.pr_con6 .rig .div{
  width: 570px;
  height: 570px;
}


/* pr_con7 */
.pr_con7{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  background-image: url(../images/img93.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.pr_con7 .bt{
  color: #fff;
  text-align: center;
}
.pr_con7 .bt span::before{
  background-image: url(../images/img94.png);
}
.pr_con7 .p1{
  font-family: "dim";
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-top: 5px;
}
.pr_con7 .p1 span{
  font-size: 40px;
  color: #ffb34a;
}
.pr_con7 .rq{
  width: 100%;
  padding-top: 45px;
}
.pr_con7 .rq .rq1{
  width: 49.5%;
  border: 2px solid rgb(187,211,237);
  background: rgba(255,255,255,0.3);
  margin-right: 1%;
  display: flex;
  padding-left: 27px;
  float: left;
}
.pr_con7 .rq .rq1:nth-child(2){
  margin-right: 0;
}
.pr_con7 .rq .rq1 label{
  height: 58px;
  font-size: 18px;
  color: #ffffff;
  width: 10%;
  line-height: 58px;
}
.pr_con7 .rq .rq1 input{
  width: 90%;
  height: 58px;
  font-size: 18px;
  color: #ffffff;
}

.pr_con7 .rq input:-moz-placeholder, 
.pr_con7 .rq textarea:-moz-placeholder {  
     color: #fff;   
}  
.pr_con7 .rq input:-ms-input-placeholder,
.pr_con7 .rq textarea:-ms-input-placeholder { 
    color: #fff;   
} 
.pr_con7 .rq input::-webkit-input-placeholder, 
.pr_con7 .rq textarea::-webkit-input-placeholder { 
    color: #fff;   
}
.pr_con7 .rq .rq2{
  width: 100%;
  border: 2px solid rgb(187,211,237);
  background: rgba(255,255,255,0.3);
  padding-left: 27px;
  padding-top: 13px;
  display: flex;
  margin-top: 15px;
  float: left;
  height: 140px;
}
.pr_con7 .rq .rq2 label{
  font-size: 18px;
  color: #fff;
  width: 11%;
}
.pr_con7 .rq .rq2 textarea{
  width: 89%;
  font-size: 18px;
  color: #fff;
}
.pr_con7 .p2{
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 35px;
}
.pr_con7 a{
  display: block;
  width: 190px;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  color: #333333;
  margin: 0 auto;
  margin-top: 45px;
  cursor: pointer;
}


/* pr_con8 */
.pr_con8{
  width: 100%;
  padding: 90px 0;
}
.pr_con8 .bt{
  text-align: center;
}
.pr_con8 .rq{
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.pr_con8 .rq .rq1{
  padding-left: 68px;
  background-image: url(../images/img95.png);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 20px;
  background-size: 45px;
  transition: all .5s;
}
.pr_con8 .rq .rq1:nth-child(2){
  background-image: url(../images/img96.png);
}
.pr_con8 .rq .rq1:nth-child(3){
  background-image: url(../images/img97.png);
}
.pr_con8 .rq .rq1 .p1{
  font-size: 55px;
  color: #333333;
  transition: all .5s;
}
.pr_con8 .rq .rq1 .p1 span{
  font-size: 72px;
  color: #333333;
  font-family: "dim";
  margin-right: 10px;
  transition: all .5s;
}
.pr_con8 .rq .rq1 .p2{
  font-size: 18px;
  color: #333333;
}
.pr_con8 .rq .rq1:hover{
  background-image: url(../images/img98.png);
}
.pr_con8 .rq .rq1:nth-child(2):hover{
  background-image: url(../images/img99.png);
}
.pr_con8 .rq .rq1:nth-child(3):hover{
  background-image: url(../images/img100.png);
}
.pr_con8 .rq .rq1:hover .p1,
.pr_con8 .rq .rq1:hover .p1 span{
  color: #e60014;
}
.pr_con8 .rq .rq1:hover .p1{
  transform: translateY(-20px);
}


/* pr_con9 */
.pr_con9{
  width: 100%;
  background: #000;
}

.fixleft{
  width:180px;
  height:60px;
  background:#e60014;
  position:fixed;
  left:0;
  bottom:60px;
  z-index:80;text-align:left;
  padding-left:40px;
  box-sizing:border-box;
  display:none;
  background-size: contain;
  background-size: cover;
}
.mfsl_pop{
  font-size:20px;
  color:#fff;
  line-height:60px;
  font-weight: bold;
 }
 .click_pop_show{
  position: absolute;
  width:30px;
  height:30px;
  cursor:pointer;
  transition:.5s;
  background:url(../images/img102.png) no-repeat center;
  top:50%;transform: translateY(-50%);
  right:20px;
  background-size: cover;
 }
.communication{
  width: 100%;
  padding: 25px 0;
  background: rgb(247,247,247);
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.communication .wrap{
  position: relative;

}
.communication .wrap .swiper-container{
    padding: 10px 3px;
}
.communication .swiper-slide{
  height: 90px;
  background: #fff;
  border: 1px solid rgb(230,230,230);
  position: relative;
  transition: all .5s;
}
.communication .swiper-slide:hover{
  transform: translateY(-10px);
}
.communication .swiper-slide img{
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.communication .swiper-button-prev,
.communication .swiper-button-next{
  width: 12px;
  height: 21px;
  background-image: url(../images/img104.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 60%;
}
.communication .swiper-button-prev{
  left: -30px;
  transform: rotate(180deg);
}
.communication .swiper-button-next{
  right: -30px;
}

.communication .qx{
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.pr_app{
  display: none;
}

@media (max-width: 1680px){
  .n_banner .p1{
    font-size: 50px;
  }
  .n_banner .p2 {
    font-size: 20px;
}



}
@media (max-width: 1460px){
  .pr_con1 .lef{
    height: 548px;
  }
  .pr_con1 .lef .rq,
  .pr_con1 .lef .rq1{
    width: 410px;
    height: 410px;
  }
  .pr_con1 .rig {
    padding-top: 85px;
}
.pr_con1 {
  padding-top: 50px;
  padding-bottom: 60px;
}
.pr_con1 .rig .p1 {
  font-size: 14px;
}
.pr_con1 .rig .p2 {
  font-size: 16px;
}
.pr_con1 .rig .p3 {
  font-size: 14px;
}
.pr_con2 .rq .p1 {
  font-size: 68px;
  line-height: 53px;
}
.pr_con2 .rq .rq1 div {
  padding-top: 115px;
  padding-left: 125px;
}
.pr_con2 .rq .rig .rq1 div {
  padding-top: 125px;
}
.pr_con2 .rq a{
  width: 230px;
  height: 55px;
  border-radius: 55px;
  line-height: 47px;
  border: 3px solid #838383;
  font-size: 24px;
  margin-bottom: 40px;
}
.pr_con2 .rq .rig a{
  line-height: 47px;
}
.pr_con2 .rq a img{
  width: 25px;
}
.pr_con2 .rq .p2{
  background-size: 35px;
}
.pr_con2 .rq .p2 span {
  font-size: 18px;
  line-height: 35px;
  margin-left: 60px;
}
.pr_con2 .rq .rig .p2 span {
  margin-left: 65px;
  line-height: 65px;
}
.pr_con3 .rq p {
  font-size: 18px;
  padding-top: 50px;
}
.pr_con3 .rq .rq2 {
  width: 90px;
  height: 90px;
}
.pr_con3 .rq .rq2 .rq3{
  width: 75px;
  height: 75px;
  font-size: 30px;
  line-height: 75px;
}
.pr_con3{
  padding-top: 70px;
  padding-bottom: 20px;
}
.pr_con3 .rq .rq1::before {
  width: 63%;
  right: -75px;
}
.pr_con4 .rq {
  margin-top: 50px;
}
.pr_con4 .rq .lef,
.pr_con4 .rq .rig {
  padding: 55px 0 55px 30px;
}
.pr_con4 .rq .p1 {
  font-size: 16px;
}
.pr_con4 {
  padding: 80px 0;
}
.pr_con5 .rq .rq1 {
  height: 290px;
}
.pr_con5 .rq .rq1 div {
  background-size: 42px 43px;
}
.pr_con5 .rq .rq1 .p1 {
  font-size: 20px;
}
.pr_con5 .rq .rq1 .p2 {
  font-size: 14px;
  line-height: 26px;
}
.pr_con5 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.pr_con6 {
  padding-top: 70px;
  padding-bottom: 50px;
}
.pr_con6 .rig {
  width: 49%;
  height: 588px;
}
.pr_con6 .rig .div {
  width: 490px;
  height: 490px;
}
.pr_con6 .p4 {
  font-size: 30px;
}
.pr_con6 .swiper-button-prev, .pr_con6 .swiper-button-next{
  width: 60px;height: 60px;
}
.sy_con3 .lef .p3 {
  font-size: 14px;
}
.pr_con7 a {
  width: 155px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 14px;
}
.pr_con7 .rq .rq2 label {
  font-size: 16px;
  width: 13%;
}
.pr_con7 .rq .rq1 input,
.pr_con7 .rq .rq1 label,
.pr_con7 .rq .rq2 textarea{
  font-size: 16px;
}
.pr_con7 .p1 {
  font-size: 20px;
  margin-top: 0px;
}
.pr_con7 .p1 span {
  font-size: 35px;
}
.pr_con7 .rq {
  padding-top: 30px;
}
.pr_con7 .p2 {
  font-size: 20px;
}
.pr_con7 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.pr_con8 {
  padding: 65px 0;
}
.pr_con8 .rq {
  margin-top: 35px;
}
.pr_con8 .rq .rq1 .p1 span {
  font-size: 52px;
}
.pr_con8 .rq .rq1 .p1 {
  font-size: 45px;
}
.pr_con8 .rq .rq1 .p2 {
  font-size: 16px;
}
.pr_con8 .rq .rq1 {
  padding-left: 55px;
  background-position-y: 15px;
  background-size: 39px 36px;
}
.communication {
  /* padding: 40px 0; */
}
.communication .swiper-slide {
  height: 85px;
}

}
@media (max-width: 1260px){
  .n_banner .p1 {
    font-size: 40px;
}
.n_banner .p2 {
  font-size: 18px;
}
.pr_con1 .lef {
  height: 443px;
}
.pr_con1 .lef .rq, .pr_con1 .lef .rq1 {
  width: 340px;
  height: 340px;
}
.pr_con1 .rig {
  padding-top: 30px;
  width: 50%;
}
.pr_con2 .rq .rq1 div {
  padding-top: 85px;
  padding-left: 55px;
}
.pr_con2 .rq .rig .rq1 div {
  padding-top: 95px;
}
.pr_con2 .rq a {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  line-height: 43px;
  font-size: 20px;
  margin-bottom: 20px;
}
.pr_con2 .rq .p1 {
  font-size: 50px;
  line-height: 40px;
}
.pr_con2 .rq .rig a {
  line-height: 49px;
  margin-bottom: 20px;
}
.pr_con2 .rq .p2 span {
  font-size: 16px;
  margin-left: 50px;

}
.pr_con2 .rq .rig .p2 span {
  margin-left: 55px;
  line-height: 53px;
}
.pr_con2 .rq .p2 {
  padding-bottom: 22px;
}
.pr_con2 .rq .p2::before {
  left: 28px;
}
.pr_con2 .rq .rig .p2::before {
  left: 29px;
}

.pr_con3 .rq {
  padding-top: 30px;
}
.pr_con3 .rq .rq2 {
  width: 80px;
  height: 80px;
}
.pr_con3 .rq .rq2 .rq3{
  width: 65px;
  height: 65px;
  font-size: 26px;
  line-height: 65px;
}
.pr_con3 .rq p{
  font-size: 14px;
  padding-top: 40px;
}
.pr_con3 .rq p::before {
  width: 6px;
}
.pr_con3 .rq .rq1 {
  margin-bottom: 40px;
}
.pr_con3 .rq .rq1::before {
  width: 60%;
  right: -58px;
}
.pr_con4 .rq .lef, .pr_con4 .rq .rig {
  padding: 35px 0 36px 12px;
}
.pr_con4 .rq .p1 {
  font-size: 14px;
  background-size: 30px;
    background-position-y: 1px;
    padding-left: 52px;
}
.pr_con5 .rq .rq1 .p2 {
  width: 70%;
}
.pr_con5 .rq .rq1 {
  height: 270px;
}
.pr_con5 .rq .rq1 div {
  padding-top: 120px;
}
.pr_con5 .rq .rq1 .p1 {
  font-size: 18px;
  margin-bottom: 18px;
}
.pr_con6 .rig {
  width: 49%;
  height: 475px;
}
.pr_con6 .rig .div {
  width: 410px;
  height: 410px;
}
.pr_con6 .rig img {
  top: 54%;
  width: 85%;
}
.pr_con6 .swiper-button-prev, .pr_con6 .swiper-button-next {
  width: 50px;
  height: 50px;
  top: 84%;
}
.pr_con7 .rq .rq1 label {
  height: 50px;
  width: 13%;
  line-height: 50px;
}
.pr_con7 .rq .rq2 label {
  width: 17%;
}
.pr_con7 .rq .rq1 input{
  height: 50px;
}
.pr_con7 .rq .rq2{
  height: 130px;
}
.pr_con7 .p1 {
  font-size: 16px;
}
.pr_con7 .p1 span {
  font-size: 30px;
}
.pr_con7 .p2 {
  font-size: 16px;
  margin-top: 30px;
}
.pr_con8 .rq .rq1 .p1 {
  font-size: 35px;
}
.pr_con8 .rq .rq1 .p1 span {
  font-size: 40px;
}
.pr_con8 .rq .rq1 .p2 {
  font-size: 14px;
}
.pr_con8 .rq .rq1 {
  padding-left: 45px;
  background-position-y: 10px;
  background-size: 32px 29px;
}
.pr_con8 .rq .rq1:hover .p1 {
  transform: translateY(-10px);
}
.communication {
  padding: 30px 0;
}
.communication .swiper-slide {
  height: 80px;
}

}
@media (max-width: 991px){
  .n_banner {
    margin-top: 60px;
}
.pr_con1 .lef {
  height: 342px;
}
.pr_con1 .lef .rq, .pr_con1 .lef .rq1 {
  width: 260px;
  height: 260px;
}
.pr_con1 .rig .p2 {
  font-size: 14px;
  background-size: 16px;
  padding-left: 24px;
  margin-bottom: 5px;
}
.pr_con1 .rig .p1 {
  padding: 17px 0;
}
.pr_con1 .rig .p3 {
  padding-top: 13px;
  width: 100%;
}
.pr_con2 .rq .p1 {
  font-size: 35px;
  line-height: 26px;
}
.pr_con2 .rq .rq1 div {
  padding-top: 60px;
  padding-left: 10px;
}
.pr_con2 .rq .rig .p2::before {
  left: 26px;
}
.pr_con2 .rq .p2::before {
  left: 24px;
}
.pr_con2 .rq .rig .rq1 div {
  padding-top: 70px;
}
.pr_con2 .rq a {
  width: 160px;
  height: 43px;
  border-radius: 43px;
  line-height: 38px;
  font-size: 16px;
  border: 2px solid #838383;
  margin-bottom: 15px;
}
.pr_con2 .rq a img {
  width: 20px;
}
.pr_con2 .rq .rig a {
  line-height: 40px;
  margin-bottom: 10px;
}
.pr_con2 .rq .p2 {
  background-size: 27px;
}
.pr_con2 .rq .p2 span {
  font-size: 14px;
  margin-left: 40px;
  line-height: 27px;
}
.pr_con2 .rq .rig .p2 span {
  margin-left: 40px;
  line-height: 45px;
}
.pr_con3 .rq .rq1::before {
  width: 48%;
  right: -36px;
}
.pr_con4 .rq .p1 {
  font-size: 14px;
  background-size: 25px;
  background-position-y: 3px;
  padding-left: 43px;
  padding-bottom: 10px;
  line-height: 29px;
}
.pr_con4 .rq .lef, .pr_con4 .rq .rig {
  padding: 25px 0 15px 7px;
}
.pr_con5 .rq {
  padding-top: 35px;
}
.pr_con5 .rq .rq1 {
  height: 215px;
}
.pr_con5 .rq .rq1 div {
  padding-top: 80px;
  background-size: 30px 31px;
  background-position-y: 20%;
}
.pr_con5 .rq .rq1 .p1 {
  font-size: 16px;
  margin-bottom: 12px;
}
.pr_con5 .rq .rq1 .p2 {
  width: 75%;
  line-height: 23px;
}
.pr_con6 .rig {
  width: 49%;
  height: 367px;
}
.pr_con6 .rig .div {
  width: 300px;
  height: 300px;
}
.pr_con6 .lef {
  width: 50%;
  float: left;
  padding-top: 20px;
}
.pr_con6 .p4 {
  font-size: 24px;
  margin-top: 20px;
}
.pr_con6 .p3 {
  width: 90%;
  margin-top: 20px;
}
.pr_con6 .swiper-button-next {
  right: 83%;
}
.pr_con6 .swiper-button-prev, .pr_con6 .swiper-button-next {
  top: 88%;
}
.pr_con6 .swiper-pagination {
  bottom: 5%;
}

.pr_con7 a {
  width: 141px;
  height: 33px;
  line-height: 33px;
  margin-top: 22px;
}
.pr_con7 .rq .rq1 label {
  width: 18%;
}
.pr_con7 .rq .rq2 label {
  width: 21%;
}

}
@media (max-width: 768px){
  .n_banner .p1 {
    font-size: 24px;
}
.n_banner .p2 {
  font-size: 14px;
}
.n_banner .p1::before {
  width: 11px;
  height: 11px;
  background-size: contain;
}

  .pr_con1 .rig {
    padding-top: 0px;
    width: 100%;
}
.pr_con1 .lef {
  width: 342px;
  height: 342px;
}
.pr_con1,.pr_con5,.pr_con6,.pr_con7,.pr_con8{
  padding-top: 40px;
  padding-bottom: 40px;
}
.pr_con2{
  padding-top: 40px;
}
.pr_app{
  display: block;
  width: 100%;
  margin-top: 20px;
}
.pr_con2 .rq{
  display: none;
}
.pr_con3{
  padding-top: 40px;
}
.pr_con3 .rq .rq1 {
  width: 26%;
  margin-bottom: 20px;
}
.pr_con3 .rq .rq1::before {
  width: 96%;
  right: -69%;
}
.pr_con3 .rq .rq1:nth-child(3n)::before {
  content: none;
}
.pr_con3 .rq .rq1:nth-child(5)::before {
  width: 96%;
  height: 1px;
  content: "";
  position: absolute;
  right: -69%;
  top: 30%;
  background: rgb(194,199,202);
}
.pr_con4{
  padding-top: 40px;
  padding-bottom: 20px;
}
.pr_con4 .rq {
  margin-top: 30px;
  display: none;
}
.pr_con5 .rq .rq1{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.pr_con5 .rq .rq1:nth-child(2n){
  margin-right: 0;
}
.pr_con6 .lef{
  width: 100%;
  float: none;
  padding-top: 0;
}
.pr_con6 .rig {
  width: 367px;
  height: 367px;
  float: none;
  margin: 0 auto;
}
.pr_con6 .swiper-button-next {
  right: 0;
}
.pr_con6 .swiper-button-prev, .pr_con6 .swiper-button-next {
  top: 70%;
}
.sy_con3 .lef button {
  margin-top: 30px;
}
.pr_con6 .p4 {
  font-size: 22px;
  margin-top: 10px;
}
.pr_con7 .rq .rq1{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.pr_con7 .rq .rq2{
  margin-top: 0;
}
.pr_con7 .rq .rq1 label {
  width: 12%;
}
.pr_con7 .rq .rq2 label {
  width: 26%;
}
.pr_con8 .rq .rq1 .p1 span {
  font-size: 33px;
  margin-right: 5px;
}
.pr_con8 .rq .rq1 .p1 {
  font-size: 27px;
}
.pr_con8 .rq{
  margin-top: 20px;
}
.pr_con8 .rq .rq1 {
  padding-left: 32px;
  background-position-y: 10px;
  background-size: 24px 21px;
}
.fixleft {
  width: 110px;
  height: 45px;
  padding-left: 13px;
}
.mfsl_pop {
  font-size: 14px;
  line-height: 45px;
}
.click_pop_show {
  width: 20px;
  height: 20px;
  right: 14px;
}
.communication {
  padding: 15px 0;
}
.communication .wrap .swiper-container {
  width: 90%;
}
.communication .swiper-button-next {
  right: 15px;
}
.communication .swiper-button-prev {
  left: 15px;
}

}
@media (max-width: 414px){
  .pr_con3 .rq .rq1:nth-child(5)::before,
  .pr_con3 .rq .rq1::before {
    width: 56%;
    right: -50%;
    top: 28%;
}
.pr_con5 .rq {
  padding-top: 20px;
}
.pr_con6 .rig {
  width: 320px;
  height: 320px;
}
.pr_con6 .rig .div {
  width: 270px;
  height: 270px;
}
.pr_con6 .swiper-pagination{
  display: block;
  bottom: 0%;
}
.pr_con7 .p2 {
  font-size: 14px;
  margin-top: 15px;
}
.pr_con7 .p1 {
  font-size: 14px;
}
.pr_con7 .p1 span {
  font-size: 22px;
}
.pr_con7 .rq .rq2,
.pr_con7 .rq .rq1 {
  padding-left: 10px;
}
.pr_con7 .rq .rq1 label {
  width: 20%;
}
.pr_con7 .rq .rq2 label {
  width: 60%;
}
.pr_con8 .rq .rq1{
  margin-bottom: 20px;
}
.pr_con8 .rq .rq1:nth-child(3) {
  margin-bottom: 0;
  transform: translateX(-47px);
}

}
@media (max-width: 375px){
  .pr_con8 .rq .rq1:nth-child(3) {
    transform: translateX(-35px);
  }
}



/* 添加机专题页 */

.n_banner .rig{
  width: 50%;
  float: right;
  padding-top: 9%;
}
.n_banner .rig .pr2_p3{
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
}
.n_banner .rig .pr2_p4{
  font-size: 30px;
  color: #ffffff;
  padding-top: 15px;
}
.n_banner .rig .pr2_p4 span{
  font-size: 24px;
  color: #e60014;
  display: inline-block;
  padding: 10px 18px;
  background: #fff;
}

/* pr2_con1 */
.pr2_con1{
  width: 100%;
  height: 552px;

}
.pr2_con1 .wrap{
    position: relative;
}
.pr2_con1 .lef{
  width: 50%;
  float: left;
  position: absolute;
  left: 0;
}
.pr2_con1 .lef .div img{
  width: 282px;
  transform: translateY(-45%);
  display: block;
  margin: 0 auto;
}
.pr2_con1 .lef .div{
  position: relative;
}
.pr2_con1 .lef .div::after,
.pr2_con1 .lef .div::before{
  content: '';
  width: 620px;
  height: 448px;
  background-image: url(../images/img136.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 165px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  z-index: -1;
}
.pr2_con1 .lef .div::before{
  animation: xd 5s linear infinite;
}
.pr2_con1 .lef .div::after{
  animation: xd 5s linear infinite 2.5s;
}
@keyframes xd{
  0%{
    transform: translateX(-50%) scale(0);
  }
  100%{
    transform: translateX(-50%) scale(1);
  }
}
.pr2_con1 .rig{
  width: 50%;
  float: right;
  padding-top: 75px;
  padding-bottom: 135px;
}

.pr2_con1 .rig .p1{
  font-size: 36px;
  color: #222222;
  border-bottom: 2px solid #000;
  padding-bottom: 20px;
}
.pr2_con1 .rig .p1 span{
  color: #e60014;
  font-size: 36px;
}
.pr2_con1 .rig .rq{
  display: flex;
  padding-top: 43px;
  padding-bottom: 40px;
}
.pr2_con1 .rig .rq .rq1{
  margin-right: 58px;
}
.pr2_con1 .rig .rq .rq1 img{
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  transition: .5s;
}
.pr2_con1 .rig .rq .rq1:hover img{
  transform: rotateY(180deg);
}
.pr2_con1 .rig .rq .rq1 p{
  font-size: 16px;
  color: #0061ae;
  text-align: center;
  margin-top: 10px;
}
.pr2_con1 .rig .p2{
  font-size: 16px;
  color: #666666;
  line-height: 27px;
}


/* pr2_con2 */
.pr2_con2{
  width: 100%;
}
.pr2_con2 .top{
  width: 100%;
  padding-top: 110px;
  padding-bottom: 65px;
}
.pro2_bt{
 font-size: 20px;
  color: #222222;

}
.pro2_fbt,.pro2_fbt span{
  font-size: 40px; 
  color: #000000;  font-weight: bold;
}
.pro2_fbt span{
  color: #e60014;
}
.pr2_con2 .bot{
  width: 100%;
  height: 400px;
  background-image: url(../images/img141.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.pr2_con2 .bot .div{
  padding-top: 85px;
  display: flex;
  position: relative;
}
.pr2_con2 .bot .div::before{
  content: '';
  width: 1px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 22px;
}
.pr2_con2 .bot .div img{
  margin-bottom: -37px;
  margin-right: 10px;
}
.pr2_con2 .bot .div .p2{
  font-size: 16px;
  color: #fff;
}
.pr2_con2 .bot .div .p3{
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  font-family: "dim";
}
.pr2_con2 .wrap{
  position: relative;
}
.pr2_con2 .rq{
  width: 50%;
  position: absolute;
  right: 0;
  top: -260px;
  background: #fff;
  display: flex;
  flex-wrap:wrap;
  box-shadow: 0px 0px 15px 0px rgba(90, 91, 95, 0.3);
}
.pr2_con2 .rq .rq1{
  width: 33.3333%;
  height: 260px;
  border-bottom: 1px solid rgb(245,245,245);
  border-right: 1px solid rgb(245,245,245);
}
.pr2_con2 .rq .rq1:nth-child(3n){
  border-right: 0px solid rgb(245,245,245);
}
.pr2_con2 .rq .rq1 img{
  height: 66px;
  display: block;
  margin: 0 auto;
  margin-top: 78px;
  transition: .5s;
}
.pr2_con2 .rq .rq1:hover img{
  transform: translateY(-20px) rotateY(180deg);
}
.pr2_con2 .rq .rq1 p{
  width: 50%;
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}


/* pr2_con3 */
.pr2_con3{
  width: 100%;
  padding-top: 105px;
  padding-bottom: 140px;
}
.pr2_con3 .pro2_bt,
.pr2_con3 .pro2_fbt{
  text-align: center;
}
.pr2_con3 .rq{
  width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content:center;
}
.pr2_con3 .lef,
.pr2_con3 .rig{
  position: relative;
}
.pr2_con3 .lef img,
.pr2_con3 .rig img{
  width: 100%;
}
.pr2_con3 .rq1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding:5px 100px 5px 80px;
}
.pr2_con3 .rig .rq1 p{
  color: #fff;
}
.pr2_con3 .rig .rq1 .p2{
  border-bottom: 1px dashed #fff;
}
.pr2_con3 .rig .rq1 .p2::before{
  background-image: url(../images/img152.png);
}
.pr2_con3 .lef .rq1 .p2:last-child,
.pr2_con3 .rig .rq1 .p2:last-child{
  border-bottom: none;
}
.pr2_con3 .rq1 .p1{
  font-size: 22px;
  color: #8e8e8e;
  line-height: 83px;
  font-weight: bold;
}
.pr2_con3 .rq1 .p2{
  font-size: 20px;
  color: #666666;
  line-height: 85px;
  border-bottom: 1px dashed rgb(212,212,212);
  padding-left: 40px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all .5s;
}
.pr2_con3 .rq1 .p2:hover{
  padding-left: 50px;
}
.pr2_con3 .rq1 .p2::before{
  content: '';
  width: 29px;
  height: 29px;
  background-image: url(../images/img151.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s;
}
.pr2_con3 .rq1 .p2:hover::before{
  left: 10px;
}

/* pr2_con4 */
.pr2_con4{
  width: 100%;
  display: flex;
  justify-content:center;
  position: relative;
}
.pr2_con4 .lef,
.pr2_con4 .rig{
  width: 50%;
  position: relative;
}

.pr2_con4 .lef img{
  width: 100%;
  vertical-align: middle;
}
.pr2_con4 .rig img{
  width: 285px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.pr2_con4 .wrap{
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pr2_con4 .wrap .div{
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 195px;
}
.pr2_con4 .p1{
  font-size: 29px;
  color: #ffffff;
  line-height: 30px;
}
.pr2_con4 .p2{
  font-size: 40px;
  color: #ffffff;
  margin-top: 5px;  font-weight: bold;
}
.pr2_con4 .rq{
  width: 800px;
  height: 310px;
  padding-top: 40px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0px 0px 15px 0px rgba(90, 91, 95, 0.3);
}
.pr2_con4 .rq .p3{
  font-size: 30px;
  color: #0061ae;
  padding-left: 59px;
  border-bottom: 4px solid #000;
  width: 80%;
  padding-bottom: 10px;
}
.pr2_con4 .rq .p3 span{
  font-size: 24px;
  color: #ffffff;
  padding: 8px;
  display: inline-block;
  background: rgb(230,0,20);
  border-radius: 5px;
}
.pr2_con4 .rq .p4{
  padding-top: 29px;
  padding-left: 59px;
  font-size: 14px;
  color: #666666;
  width: 45%;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pr2_con4 .rq .rq1{
  width: 100%;
  display: flex;
  padding-left: 59px;
  margin-top: 20px;
}
.pr2_con4 .rq .rq1 a{
  display: inline-block;
  width: 100px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  border: 1px solid #000;
  border-radius: 5px;
  padding-right: 20px;
  background: url(../images/img154.png);
  background-repeat: no-repeat;
  background-position-x: 85%;
  background-position-y: center;
  margin-right: 10px;
  transition: all .5s;
}
.pr2_con4 .rq .rq1 a:hover{
  color: #fff;
  background: url(../images/img155.png) rgb(230,0,20);
  background-repeat: no-repeat;
  background-position-x: 85%;
  background-position-y: center;
  border: 1px solid rgb(230,0,20);
}

/* pr2_con5 */
.pr2_con5{
  width: 100%;
  padding-top: 160px;
  padding-bottom: 140px;
}
.pr2_con5 .wrap{
  display: flex;
  justify-content:flex-start;
}
.pr2_con5 .lef,
.pr2_con5 .rig{
  width: 50%;
}
.pr2_con5 .rq{
  margin-top: 52px;
  width: 85.5%;
}
.pr2_con5 .rq img{
  width: 100%;
  vertical-align: middle;
}
.pr2_con5 .rq1{
  height: 125px;
  width: 100%;
  display: flex;
  margin-bottom: 34px;
  transition: all .5s;
}
.pr2_con5 .rq1:hover{
  transform: translateY(-5px);
  box-shadow: 0px 0px 15px 0px rgba(90, 91, 95, 0.3);
}
.pr2_con5 .rq1:last-child{
  margin-bottom: 0;
}
.pr2_con5 .rq1 .div{
  width: 14.3%;
  background: rgb(5,94,164);
  font-size: 48px;
  color: #ffffff;
  font-weight: bold;
  line-height: 125px;
  text-align: center;
}
.pr2_con5 .rq1 .div2{
  width: 85.7%;
  background: rgb(250,250,250);
  display: flex;
  flex-wrap:wrap;
  align-content:center;
  padding-left: 20px;
}
.pr2_con5 .rq1 .p1{
  font-size: 24px;
  color: #e60014;
  width: 100%;
}
.pr2_con5 .rq1 .p2{
  font-size: 16px;
  color: #666666;
  width: 100%;
  padding-top: 8px;
}


/* pr2_con6 */
.pr2_con6{
  width: 100%;
  position: relative;
  padding-top: 100px;
}
.pr2_con6 .bj{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pr2_con6 .wrap{
  height: 100%;
}
.pr2_con6 .pro2_bt,
.pr2_con6 .pro2_fbt{
  color: #fff;
  text-align: center;
}
.pr2_con6 .p1{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 25px;
}
.pr2_con6 .rq{
  width: 100%;
  display: flex;
  justify-content:space-between;
  padding-top: 58px;
}
.pr2_con6 .rq .lef{
  overflow: hidden;
  width: 49.3%;
  position: relative;
}
.pr2_con6 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.pr2_con6 .rq .lef:hover img{
  transform: scale(1.05);
}
.pr2_con6 .rq .lef p{
  width: 100%;
  line-height: 70px;
  padding-left: 25px;
  font-size: 16px;
  color: #ffffff;
  background: rgba(32,32,32,0.5);
  position: absolute;
  bottom: -70px;
  left: 0;
  transition: all .5s;
}
.pr2_con6 .rq .lef:hover p{
  bottom: 0;
}


/* pr2_con7 */
.pr2_con7{
  width: 100%;
  padding-top: 110px;
  padding-bottom: 90px;
}
.pr2_con7 .pro2_bt,
.pr2_con7 .pro2_fbt{
  text-align: center;
}
.pr2_con7 .rq{
  padding-top: 55px;
  display: flex;
  flex-wrap:wrap;
}
.pr2_con7 .rq .rq1{
  width: 14.3%;
  margin-right: 7.1%;
}
.pr2_con7 .rq .rq1 .top{
  width: 100%;
  height: 159px;
  background-image: url(../images/img161.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  transition: all .5s;
}
.pr2_con7 .rq .rq1:hover .top{
  background-image: url(../images/img160.png);
}
.pr2_con7 .rq .rq1 .top::before{
  width: 100px;
  height: 71px;
  content: '';
  background-image: url(../images/img162.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
}
.pr2_con7 .rq .rq1 .top:hover::before{
  background-image: url(../images/img163.png);
}
.pr2_con7 .rq .rq1 .top::after{
  width: 100%;
  height: 90px;
  content: '';
  background-image: url(../images/img182.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 7px;
  left: 90%;
  z-index: -1;
  animation: zy 1s infinite;
  opacity: 1;
}
@keyframes zy{
  100%{
    opacity: 0;
    left: 100%;
  }
}

.pr2_con7 .rq .rq1:nth-child(5n){
  margin-right: 0;
}
.pr2_con7 .rq .rq1:nth-child(5n) .top::after{
  content: none;
}
.pr2_con7 .rq .rq1 .top p{
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-top: 51%;
  transition: all .5s;
}
.pr2_con7 .rq .rq1:hover .top p{
  color: #fff;
}
.pr2_con7 .rq .rq1 .p1{
  font-size: 20px;
  color: #e60014;
  text-align: center;
  margin-bottom: 23px;
  margin-top: 5px;
}

.pr2_con7 .rq .rq1:nth-child(2) .top::before{
  background-image: url(../images/img164.png);
}
.pr2_con7 .rq .rq1:nth-child(2):hover .top::before{
  background-image: url(../images/img165.png);
}
.pr2_con7 .rq .rq1:nth-child(3) .top::before{
  background-image: url(../images/img166.png);
}
.pr2_con7 .rq .rq1:nth-child(3):hover .top::before{
  background-image: url(../images/img167.png);
}
.pr2_con7 .rq .rq1:nth-child(4) .top::before{
  background-image: url(../images/img168.png);
}
.pr2_con7 .rq .rq1:nth-child(4):hover .top::before{
  background-image: url(../images/img169.png);
}
.pr2_con7 .rq .rq1:nth-child(5) .top::before{
  background-image: url(../images/img170.png);
}
.pr2_con7 .rq .rq1:nth-child(5):hover .top::before{
  background-image: url(../images/img171.png);
}
.pr2_con7 .rq .rq1:nth-child(6) .top::before{
  background-image: url(../images/img172.png);
}
.pr2_con7 .rq .rq1:nth-child(6):hover .top::before{
  background-image: url(../images/img173.png);
}
.pr2_con7 .rq .rq1:nth-child(7) .top::before{
  background-image: url(../images/img174.png);
}
.pr2_con7 .rq .rq1:nth-child(7):hover .top::before{
  background-image: url(../images/img175.png);
}
.pr2_con7 .rq .rq1:nth-child(8) .top::before{
  background-image: url(../images/img176.png);
}
.pr2_con7 .rq .rq1:nth-child(8):hover .top::before{
  background-image: url(../images/img177.png);
}
.pr2_con7 .rq .rq1:nth-child(9) .top::before{
  background-image: url(../images/img178.png);
}
.pr2_con7 .rq .rq1:nth-child(9):hover .top::before{
  background-image: url(../images/img179.png);
}
.pr2_con7 .rq .rq1:nth-child(10) .top::before{
  background-image: url(../images/img180.png);
}
.pr2_con7 .rq .rq1:nth-child(10):hover .top::before{
  background-image: url(../images/img181.png);
}

/* pr2_con8 */
.pr2_con8{
  width: 100%;
  padding-top: 125px;
  padding-bottom: 100px;
  background-image: url(../images/img183.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.pr2_con8 .wrap{
  display: flex;
}
.pr2_con8 .lef,
.pr2_con8 .rig{
  width: 50%;
}
.pr2_con8 .p1{
  font-size: 30px;
  color: #fff;

}
.pr2_con8 .p2{
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;  font-weight: bold;
}
.pr2_con8 .p2::before{
  width: 30px;
  height: 3px;
  content: '';
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pr2_con8 .p3{
  font-size: 16px;
  color: #333333;
  background: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px;
  margin-top: 35px;
}
.pr2_con8 .p3 span{
  font-size: 26px;
  color: #e60014;
}
.pr2_con8 .p4{
  font-size: 14px;
  color: #ffffff;
  margin-top: 32px;
}
.pr2_con8 .p4 span{
  font-size: 29px;
  color: #ffffff;
}
.pr2_con8 .rig{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-content: flex-start;
}
.pr2_con8 .rq1{
  width: 49.5%;
  height: 55px;
  padding-left: 15px;
  background: rgb(99,158,205);
  margin-bottom: 10px;
  display: flex;
}
.pr2_con8 .rq1 label{
  width: 16%;
  font-size: 14px;
  color: #ffffff;
  line-height: 55px;
}
.pr2_con8 .rq1 input{
  width: 90%;
  height: 55px;
  font-size: 14px;
  color: #ffffff;
}
.pr2_con8 input:-moz-placeholder, 
.pr2_con8 textarea:-moz-placeholder {  
     color: #fff;   
}  
.pr2_con8 input:-ms-input-placeholder,
.pr2_con8 textarea:-ms-input-placeholder { 
    color: #fff;   
} 
.pr2_con8 input::-webkit-input-placeholder, 
.pr2_con8 textarea::-webkit-input-placeholder { 
    color: #fff;   
}
.pr2_con8 .rq2{
  width: 100%;
  padding-left: 15px;
  background: rgb(99,158,205);
  height: 115px;
  padding-top: 10px;
  display: flex;
}
.pr2_con8 .rq2 label{
  width: 30%;
  font-size: 14px;
  color: #ffffff;
}
.pr2_con8 textarea{
  width: 89%;
  font-size: 14px;
  color: #ffffff;
}
.pr2_con8 button{
  font-size: 16px;
  color: #e60014;
  width: 160px;
  height: 50px;
  border: 1px solid rgb(250,250,250);
  background: #fff;
  margin-top: 35px;
}
.pr2_con8 .rig span{
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  margin-top: 35px;
  padding-left: 10px;
}

/* pr2_con9 */
.pr2_con9{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
}
.pr2_con9 .pro2_bt,
.pr2_con9 .pro2_fbt{
  text-align: center;
}
.pr2_con9 .rq{
  width: 100%;
  display: flex;
  justify-content:space-between;
  padding-top: 58px;
}
.pr2_con9 .rq .rq1{
  width: 32%;
  height: 150px;
  background: rgb(246,246,246);
  display: flex;
}
.pr2_con9 .rq .rq1 .lef{
  width: 35.5%;
  background: rgb(0,97,174);
  border-radius: 0 25px 25px 0;
  position: relative;
}
.pr2_con9 .rq .rq1 .lef img{
  height: 57px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.pr2_con9 .rq .rq1:hover .lef img{
  transform: scale(1.1) translate(-50%,-50%);
}
.pr2_con9 .rq .rq1 .rig{
  width: 64.5%;
  display: flex;
  align-content:center;
  flex-wrap: wrap;
  padding-left: 17px;
}
.pr2_con9 .rq .rq1 .p1{
  width: 100%;
}
.pr2_con9 .rq .rq1 .p1,
.pr2_con9 .rq .rq1 .p1 span{
  font-size: 48px;
  color: #e60014;
  font-weight: bold;
  line-height: 55px;
}
.pr2_con9 .rq .rq1 .p1 span{
  font-size: 55px;
}
.pr2_con9 .rq .rq1 .p2{
  font-size: 18px;
  color: #333333;
  width: 100%;
  padding-top:5px;
}

/* 添加机专题页分辨率 */
@media(max-width:1680px){
  .pr2_con4 .rig img {
    left: 60%;
}
}
@media(max-width:1460px){
  .n_banner .rig .pr2_p3 {
    font-size: 45px;
}
.n_banner .rig .pr2_p4 {
  font-size: 22px;
}
.n_banner .rig .pr2_p4 span {
  font-size: 16px;
}
  .pr2_con1 .lef .div img {
    width: 214px;
}
.pr2_con1 .rig .p1,
.pr2_con1 .rig .p1 span {
  font-size: 28px;
}
.pr2_con1 .lef .div::after, .pr2_con1 .lef .div::before {
  width: 471px;
  height: 340px;
  bottom: 130px;
}
.pr2_con1 .rig .rq {
  padding-top: 34px;
  padding-bottom: 24px;
}
.pr2_con1 {
  height: 420px;
}
.pr2_con1 .rig {
  padding-top: 55px;
  padding-bottom: 0px;
}
.pro2_bt {
  font-size: 20px;
}
.pro2_fbt, .pro2_fbt span {
   font-size: 32px;
}
.pr2_con2 .bot {
  height: 305px;
}
.pr2_con2 .rq .rq1 {
  height: 197px;
}
.pr2_con2 .rq {
  top: -197px;
}
.pr2_con2 .rq .rq1 img {
  height: 50px;
  margin-top: 50px;
}
.pr2_con2 .rq .rq1 p {
  font-size: 16px;
  padding-top: 20px;
}
.pr2_con2 .top {
  padding-top: 100px;
  padding-bottom: 50px;
}
.pr2_con2 .bot .div {
  padding-top: 60px;
}
.pr2_con2 .bot .div::before {
  height: 65px;
}
.pr2_con2 .bot .div .p3 {
  font-size: 24px;
  line-height: 24px;
}
.pr2_con2 .bot .div img {
  margin-bottom: -32px;
}
.pr2_con3 {
  padding-top: 60px;
  padding-bottom: 105px;
}
.pr2_con3 .rq1 .p1 {
  font-size: 22px;
  line-height: 80px;
}
.pr2_con3 .rq1 .p2 {
  font-size: 20px;
}
.pr2_con4 .p1 {
  font-size: 20px;
  line-height: 20px;
}
.pr2_con4 .p2 {
  font-size: 32px;
}
.pr2_con4 .wrap .div {
  padding-top: 130px;
}
.pr2_con4 .rq {
  width: 700px;
  height: 260px;
  padding-top: 20px;
}
.pr2_con4 .rq .p3 {
  font-size: 24px;
}
.pr2_con4 .rq .p3 span {
  font-size: 16px;
}
.pr2_con4 .rq .p4 {
  padding-top: 29px;
}
.pr2_con4 .rq .p4 {
  width: 57%;
}
.pr2_con4 .rq .rq1 {
  margin-top: 10px;
}
.pr2_con4 .rq .p3,
.pr2_con4 .rq .p4,
.pr2_con4 .rq .rq1{
  padding-left: 45px;
}
.pr2_con4 .rig img {
  width: 216px;
}
.pr2_con5 {
  padding-top: 120px;
  padding-bottom: 100px;
}
.pr2_con5 .rq {
  width: 90%;
  margin-top: 32px;
}
.pr2_con5 .rq1 {
  height: 100px;
}
.pr2_con5 .rq1 .div {
  font-size: 35px;
  line-height: 100px;
}
.pr2_con5 .rq1 .p1 {
  font-size: 20px;
}
.pr2_con5 .rq1 .p2 {
  font-size: 14px;
}
.pr2_con6 {
  padding-top: 60px;
}
.pr2_con6 .p1 {
  padding-top: 14px;
}
.pr2_con6 .rq .lef p {
  line-height: 55px;
}
.pr2_con7 {
  padding-top: 75px;
  padding-bottom: 65px;
}
.pr2_con7 .rq {
  padding-top: 42px;
}
.pr2_con7 .rq .rq1 .top::before {
  width: 76px;
  height: 53px;
  top: 18%;
}
.pr2_con7 .rq .rq1 .top p {
  font-size: 14px;
}
.pr2_con7 .rq .rq1 .top::after {
  height: 78px;
  bottom: 10px;
}
.pr2_con7 .rq .rq1 .top {
  height: 140px;
}
.pr2_con7 .rq .rq1 .p1 {
  font-size: 18px;
}
.pr2_con8 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.pr2_con8 .p1 {
  font-size: 20px; 
}
.pr2_con8 .p2 {
  font-size: 32px;
}
.pr2_con8 .p3 {
  font-size: 14px;
}
.pr2_con8 .p3 span {
  font-size: 20px;
}
.pr2_con8 .p4 span {
  font-size: 24px;
}
.pr2_con8 .rq2 label {
  width: 34%;
}
.pr2_con9 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.pr2_con9 .rq .rq1 {
  height: 115px;
}
.pr2_con9 .rq .rq1 .lef img {
  height: 40px;
}

.pr2_con9 .rq .rq1 .p1, .pr2_con9 .rq .rq1 .p1 span {
  font-size: 38px;
  line-height: 45px;
}
.pr2_con9 .rq .rq1 .p1 span {
  font-size: 45px;
}
.pr2_con9 .rq .rq1 .p2 {
  font-size: 14px;
}

}
@media(max-width:1260px){
  .n_banner .rig .pr2_p3 {
    font-size: 35px;
}
.n_banner .rig .pr2_p4 {
  font-size: 18px;
}
.n_banner .rig .pr2_p4 span {
  font-size: 14px;
  padding: 6px 9px;
}
.pr2_con1 .lef .div img {
  width: 185px;
}
.pr2_con1 .rig {
  padding-top: 40px;
}
.pr2_con1 .lef .div::after, .pr2_con1 .lef .div::before {
  width: 406px;
  height: 294px;
  bottom: 115px;
}
.pr2_con1 .rig .p1, .pr2_con1 .rig .p1 span {
  font-size: 22px;
}
.pr2_con1 .rig .p1 {
  width: 85%;
  border-bottom: 2px solid #000;
}
.pr2_con1 .rig .rq {
  padding-top: 22px;
  padding-bottom: 22px;
}
.pr2_con1 .rig .rq .rq1 img {
  width: 50px;
  height: 50px;
}
.pr2_con1 .rig .rq .rq1 {
  margin-right: 42px;
}
.pr2_con1 .rig .rq .rq1 p {
  font-size: 14px;
}
.pr2_con1 .rig .p2 {
  font-size: 14px;
  line-height: 24px;
}
.pr2_con2 .rq .rq1 {
  height: 170px;
}
.pr2_con2 .rq{
  top: -170px;
}
.pr2_con1 {
  height: 355px;
}
.pro2_bt {
  font-size: 18px; 
}
.pro2_fbt, .pro2_fbt span {
   font-size: 28px;
}
.pr2_con2 .rq .rq1 img {
  height: 40px;
  margin-top: 50px;
}
.pr2_con2 .rq .rq1 p {
  font-size: 14px;
  padding-top: 13px;
}
.pr2_con2 .bot {
  height: 262px;
}
.pr2_con3 .rq1 .p1 {
  font-size: 18px;
  line-height: 60px;
}
.pr2_con3 .rq1 .p2 {
  font-size: 16px;
  line-height: 68px;
}
.pr2_con3 .rq1 .p2::before {
  width: 22px;
  height: 22px;
}
.pr2_con4 .p1 {
  font-size: 18px; 
  line-height: 18px;
}
.pr2_con4 .p2 {
 font-size: 28px;
}
.pr2_con4 .rq {
  width: 565px;
  height: 230px;
  padding-top: 20px;
}
.pr2_con4 .rq .p3, .pr2_con4 .rq .p4, .pr2_con4 .rq .rq1 {
  padding-left: 30px;
}
.pr2_con4 .rq .p3 {
  font-size: 24px;
  padding-bottom: 10px;
}
.pr2_con4 .rq .p3 span {
  font-size: 14px;
  padding: 5px;
}
.pr2_con4 .rq .p4 {
  padding-top: 14px;
  -webkit-line-clamp: 3;
  width: 50%;
}
.pr2_con4 .rig img {
  width: 187px;
  left: 55%;
}
.pr2_con5 .rq1 {
  height: 92px;
  margin-bottom: 15px;
}
.pr2_con5 .rq1 .div {
  font-size: 28px;
  line-height: 92px;
}
.pr2_con5 {
  padding-top: 90px;
  padding-bottom: 76px;
}
.pr2_con6 {
  padding-top: 40px;
}
.pr2_con7 .rq .rq1 .top {
  height: 117px;
}
.pr2_con7 .rq .rq1 .top::after {
  height: 62px;
  bottom: 10px;
}

.pr2_con8 button {
  font-size: 14px;
  width: 140px;
  height: 34px;
}
.pr2_con8 .rig span {
  font-size: 12px;
}
.pr2_con8 .p1 {
  font-size: 18px;
}
.pr2_con8 .p2 {
  
  padding-bottom: 10px;  font-size: 28px;
}
.pr2_con8 {
  padding-top: 62px;
  padding-bottom: 54px;
}
.pr2_con8 .rq2,
.pr2_con8 .rq1 {
  margin-bottom: 10px;
}
.pr2_con8 .rq1 label {
  width: 25%;
}
.pr2_con8 .rq2 label {
  width: 45%;
}
.pr2_con9 .rq .rq1 .p1, .pr2_con9 .rq .rq1 .p1 span {
  font-size: 30px;
  line-height: 30px;
}



}
@media(max-width:991px){
  .pr2_con1 .lef .div img {
    width: 145px;
}
.pr2_con1 .lef .div::after, .pr2_con1 .lef .div::before {
  width: 320px;
  height: 231px;
  bottom: 85px;
}
.pr2_con1 .rig {
  padding-top: 24px;
}
.pr2_con1 .rig .p1, .pr2_con1 .rig .p1 span {
  font-size: 18px;
}
.pr2_con1 .rig .rq .rq1 img {
  width: 40px;
  height: 40px;
}
.pr2_con1 .rig .rq {
  padding-top: 12px;
  padding-bottom: 10px;
}
.pr2_con1 .rig .rq .rq1 {
  margin-right: 33px;
}
.pr2_con1 .rig .rq .rq1 p {
  font-size: 12px;
}
.pr2_con1 {
  height: 305px;
}
.pr2_con8 .p1,
.pro2_bt {
  font-size: 16px;
}
.pr2_con8 .p2,
.pro2_fbt, .pro2_fbt span {
font-size: 24px;
}
.pr2_con2 .rq .rq1 {
  height: 135px;
}
.pr2_con2 .rq{
  top: -135px;
}
.pr2_con2 .rq .rq1 img {
  height: 30px;
  margin-top: 40px;
}
.pr2_con2 .rq .rq1 p {
  font-size: 12px;
}
.pr2_con2 .top {
  padding-top: 70px;
  padding-bottom: 25px;
}
.pr2_con2 .bot {
  height: 190px;
}
.pr2_con2 .bot .div img {
  width: 35px;
  margin-bottom: -25px;
}
.pr2_con2 .bot .div .p2 {
  font-size: 14px;
}
.pr2_con2 .bot .div .p3 {
  font-size: 20px;
  line-height: 20px;
}
.pr2_con3 {
  padding-top: 40px;
  padding-bottom: 60px;
}
.pr2_con3 .rq1 .p1 {
  font-size: 16px;
  line-height: 45px;
}
.pr2_con3 .rq1 {
  padding: 2px 50px;
}
.pr2_con3 .rq1 .p2 {
  font-size: 14px;
  line-height: 53px;
}
.pr2_con4 .p1 {
  font-size: 16px;
  line-height: 16px;
}
.pr2_con4 .p2 {

  margin-top: 10px;  font-size: 24px;
}
.pr2_con4 .rq {
  width: 450px;
  height: 230px;
  padding-top: 10px;
}
.pr2_con4 .rq .p3 {
  font-size: 20px;
  padding-bottom: 5px;
}
.pr2_con4 .rq .p3 span {
  font-size: 12px;
  padding: 5px;
}
.pr2_con4 .rig img {
  width: 147px;
  left: 55%;
}
.pr2_con5 .rq1 .p1 {
  font-size: 18px;
}
.pr2_con5 .rq1 {
  height: 75px;
  margin-bottom: 10px;
}
.pr2_con5 .rq1 .div {
  font-size: 24px;
  line-height: 75px;
}
.pr2_con5 .rq1 .p2 {
  padding-top: 3px;
}
.pr2_con5 .rq {
  width: 95%;
  margin-top: 25px;
}
.pr2_con5 {
  padding-top: 70px;
  padding-bottom: 50px;
}
.pr2_con6 .rq {
  padding-top: 35px;
}
.pr2_con6 .p1 {
  font-size: 14px;
  padding-top: 10px;
}



.pr2_con7 .rq .rq1{
  width: 18%;
  margin-right: 9%;
}
.pr2_con7 .rq .rq1:nth-child(5n) {
  margin-right: 9%;
}
.pr2_con7 .rq .rq1:nth-child(4n) {
  margin-right: 0%;
}
.pr2_con7 .rq .rq1:nth-child(5n) .top::after{
  width: 100%;
  height: 78px;
  content: '';
  background-image: url(../images/img182.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 90%;
  z-index: -1;
}
.pr2_con7 .rq .rq1:nth-child(4n) .top::after,
.pr2_con7 .rq .rq1:nth-child(10) .top::after{
  content: none;
}
.pr2_con7 {
  padding-top: 41px;
  padding-bottom: 34px;
}
.pr2_con7 .rq .rq1 .top {
  height: 113px;
}
.pr2_con7 .rq .rq1 .top p {
  font-size: 12px;
}
.pr2_con7 .rq .rq1:nth-child(5n) .top::after,
.pr2_con7 .rq .rq1 .top::after {
  height: 60px;
}
.pr2_con7 .rq .rq1 .p1 {
  font-size: 16px;
  margin-bottom: 13px;
}
.pr2_con8 .rq1 label {
  width: 34%;
}
.pr2_con8 .rq2 label {
  width: 70%;
}

}
@media(max-width:768px){
  .pr2_con1 .lef .div img{
    transform: translateY(-65%);
    width: 110px;
    display: none;
  }
  .pr2_con1 .lef{
    /* position: static; */
  }

  .pr2_con1 .rig {
    padding-top: 0px;
    position: relative;
    z-index: 10;
}
  .pr2_con1{
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pr2_con1 .lef .div::after, .pr2_con1 .lef .div::before {
    width: 248px;
    height: 197px;
    /* bottom: -85px; */
    bottom: 95px;
}
.pr2_con3 .rq img{
  width: 100%;
}
.pr2_con3 .rq {
  padding-top: 25px;
}
.pr2_con4 .rig img {
  width: 100px;
  left: 80%;
}
.pr2_con4 .rq {
  width: 50%;
  height: 100%;
  padding-top: 20px;
}
.pr2_con4 .wrap .div {
  padding-top: 18px;
}
.pr2_con4 .rq .p4 {
  padding-top: 14px;
  width: 59%;
  line-height: 22px;
}
.pr2_con4 .rq .rq1 a {
  width: 80px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}
.pr2_con4 .rq .p3, .pr2_con4 .rq .p4, .pr2_con4 .rq .rq1 {
  padding-left: 15px;
}
.pr2_con5 .wrap{
  flex-wrap: wrap;
}
.pr2_con5 .lef, .pr2_con5 .rig{
  width: 100%;
}
.pr2_con5 .rig{
  margin-top: 20px;
}
.pr2_con6 {
  padding-top: 24px;
}
.pr2_con6 .rq {
  padding-top: 22px;
}
.pr2_con6 .rq .lef p {
  line-height: 40px;
  font-size: 14px;
}
.pr2_con7 .rq .rq1 {
  width: 27%;
}
.pr2_con7 .rq .rq1 .top {
  height: 140px;
}
.pr2_con7 .rq .rq1,
.pr2_con7 .rq .rq1:nth-child(4n){
  margin-right: 9%;
}
.pr2_con7 .rq .rq1:nth-child(3n){
  margin-right: 0%;
}
.pr2_con7 .rq .rq1:nth-child(4n) .top::after,
 .pr2_con7 .rq .rq1 .top::after{
  width: 100%;
  height: 60px;
  content: '';
  background-image: url(../images/img182.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 6px;
  left: 90%;
  z-index: -1;
}
.pr2_con7 .rq .rq1:nth-child(3n) .top::after{
  content: none;
}
.pr2_con7 .rq {
  padding-top: 25px;
}
.pr2_con9 .rq,
.pr2_con8 .wrap{
  flex-wrap: wrap;
}
.pr2_con8 .lef, .pr2_con8 .rig{
  width: 100%;
}
.pr2_con8 .rig{
  margin-top: 20px;
}
.pr2_con8 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pr2_con8 .rq1 label {
  width: 20%;
}
.pr2_con8 .rq2 label {
  width: 30%;
}
.pr2_con9 .rq .rq1{
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}
.pr2_con9 .rq {
  padding-top: 30px;
}
.pr2_con9 {
  padding-top: 40px;
  padding-bottom: 45px;
}












}
@media(max-width:550px){
  .pr2_con1{
    padding-bottom: 0;
  }
  .pr2_con1 .rig,
  .pr2_con1 .lef{
    width: 100%;
  }
  .pr2_con2 .rq{
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  .pr2_con2 .bot{
    height: auto;
    padding-bottom: 30px;
  }
  .pr2_con2 .top {
    padding-top: 40px;
    padding-bottom: 25px;
}
.pr2_con2 .bot .div::before {
  height: 33px;left: 18px;
}
.pr2_con2 .rq .rq1 p {
  width: 78%;
}
.pr2_con2 .bot .div {
  padding-top: 30px;
}
.pr2_con3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pr2_con4 .p1 {
  font-size: 16px;
}
.pr2_con4 .lef{
  display: none;
}
 .pr2_con4 .rig{
   width: auto;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 10;
}
.pr2_con4{
  flex-wrap: wrap;
}
.pr2_con4 .rig img{
  position: static;
  transform: translate(0,0);
}
.pr2_con4 .wrap{
  position: static;
  transform: translate(0,0);
}
.pr2_con4 .rq{
  width: 100%;
  position: static;
  transform: translate(0,0);
  /* margin-top: 130px; */
  margin-top: 20px;
  padding-bottom: 20px;
}
.pr2_con4 .p1,
.pr2_con4 .p2{
  color: #333;
}
.pr2_con5 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.pr2_con6 .bj {
  width: 100%;
  height: 100%;
}
.pr2_con6{
  padding-bottom: 30px;
}
.pr2_con6 .rq .lef p{
  bottom: 0;line-height: 30px;padding-left: 10px;
}
.pr2_con7 .rq .rq1 .top {
  height: 150px;
}
.pr2_con7 .rq .rq1 {
  width: 49%;
  margin-right: 2% !important;
}
.pr2_con7 .rq .rq1:nth-child(2n){
  margin-right: 0 !important;
}
.pr2_con7 .rq .rq1 .top::after {
  content: none !important;
}
.pr2_con8 input{
  width: 100%;
  height: 40px;
}
.pr2_con8 .p4,
.pr2_con8 .p3 {
  margin-top: 15px;
}
.pr2_con8 .rig span{
  display: block;
  margin-top: 0;
}

.pr2_con8 .rq1 label {
  width: 27%;
}
.pr2_con8 .rq2 label {
  width: 50%;
}
.pr2_con9 .rq .rq1{
  height: 85px;
}
.pr2_con9 .rq .rq1 .lef{
  height: 85px;
}
.pr2_con9 .rq .rq1 .p1, .pr2_con9 .rq .rq1 .p1 span {
  font-size: 26px;
  line-height: 26px;
}
.pr2_con9 .rq .rq1 .lef img {
  height: 32px;
}


}
@media(max-width:414px){
  .pr2_con3 .rq img {
    width: 384px;
    height: 166px;
}
.pr2_con8 .rq1 label {
  width: 37%;
}
.pr2_con8 .rq2 label {
  width: 75%;
}
}
@media(max-width:375px){
  .pr2_con3 .rq img {
    width: 345px;
    height: 150px;
}
.pr2_con7 .rq .rq1 .top {
  height: 134px;
}
}


/* 快修服务专题页 */
.n_banner .pr3_rig{
  width: 34%;
  float: right;
  padding-top: 120px;
}
.n_banner .pr3_p1{
  font-size: 48px;
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-right: 20px;
}
.n_banner .pr3_p1::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../images/img18.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
.n_banner .pr3_p2{
  font-size: 18px;
  color: #ffffff;
  font-family: "akz4";
  letter-spacing: 3px;
  margin-top: 5px;
}
.n_banner .pr3_rq{
  width: 100%;
  display: flex;
  justify-content:space-between;
  margin-top: 25px;
}
.n_banner .pr3_rq img{
  width: 79px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.n_banner .pr3_rq div:hover img{
  transform: rotateY(180deg);
}
.n_banner .pr3_rq p{
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
}


/* rq3_con1 */
.rq3_con1{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 120px;
  background: rgb(246,246,248);
}
.rq3_con1 .bt{
  text-align: center;
}
.rq3_con1 .rq{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.rq3_con1 .rq .rq1{
  width: 32%;
  height: 220px;
  background: #fff;
  border-bottom: 6px solid rgb(228,228,230);
  margin-top: 82px;
  padding: 0 50px;
  padding-top: 80px;
  position: relative;
  transition: all .5s;
}
.rq3_con1 .rq .rq1:hover{
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  transform: translate3d(0,-5px,0);
}
.rq3_con1 .rq .rq1 .div{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.rq3_con1 .rq1 .div div{
  width: 100%;
  height: 100%;
  position: relative;
}
.rq3_con1 .rq1 .div div::before{
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url(../images/img216.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .5s;
}
.rq3_con1 .rq .rq1:hover div::before{
  background-image: url(../images/img215.png);
}
.rq3_con1 .rq1 .div div::after{
  content: '';
  width: 85%;
  height: 85%;
  border-radius: 50%;
  background: rgb(102,102,102);
  position: absolute;
  top: 50%;
  left: 50.5%;
  transform: translate(-50%,-50%);
  z-index: 1;
  transition: all .5s;
}
.rq3_con1 .rq .rq1:hover div::after{
  background: rgb(230,0,20);
}
.rq3_con1 .rq1 .div div img{
  width: 41px;
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.rq3_con1 .rq .rq1 p{
  font-size: 18px;
  color: #333333;
  text-align: center;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;

}

/* rq3_con2 */
.rq3_con2{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 140px;
}
.rq3_con2 .bt{
  text-align: center;
}
.rq3_con2 .rq{
  margin-top: 55px;
}
.rq3_con2 .rq .bj{
  width: 100%;
  vertical-align: middle;
}
.rq3_con2 .rq .top{
  width: 100%;
  position: relative;
}
.rq3_con2 .rq .top img{
  width: 100%;
}
.rq3_con2 .rq .top .rq1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.rq3_con2 .rq .top .rq2{
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
  padding-left: 24%;
  float: left;
}
.rq3_con2 .rq .top p{
  font-size: 27px;
  color: #333333;
}
.rq3_con2 .rq .top .rq3{
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content:center;
  float: left;
  padding-left: 12%;
}
.rq3_con2 .rq .top .rq3 p{
  font-size: 29px;
  color: #fff;
  width: 32%;
}
.rq3_con2 .rq .bot{
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content:space-between;
  padding-left: 35px;
}
.rq3_con2 .rq .bot .lef,
.rq3_con2 .rq .bot .rig{
  width: 45%;
}
.rq3_con2 .rq .bot p{
  line-height: 60px;
  border: 1px dashed #000;
  padding-left: 75px;
  position: relative;
  margin-bottom: 15px;
  transition: all .5s;
}
.rq3_con2 .rq .bot p:hover{
  padding-left: 90px;
}
.rq3_con2 .rq .bot .rig p{
  border: 1px dashed #005b99;
}
.rq3_con2 .rq .bot p::before{
  width: 60px;
  height: 61px;
  content: '';
  background-image: url(../images/img219.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
}
.rq3_con2 .rq .bot .rig p::before{
  background-image: url(../images/img220.png);
}
.rq3_con2 .rq .bot p span{
  font-size: 22px;
  color: #444444;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.rq3_con2 .rq .bot .rig p span{
  color: #005b99;
}


/* rq3_con3 */
.rq3_con3{
  width: 100%;
  position: relative;
}
.rq3_con3 .bj{
  width: 100%;
  vertical-align: middle;
}
.rq3_con3 .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 85px;
}
.rq3_con3 .bt{
  color: #fff;
  text-align: center;
}
.rq3_con3 .l_p{
  width: 165px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 66%;
  left: 44%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.rq3_con3 .r_p{
  width: 200px;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 66%;
  left: 57%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.rq3_con3 .p1{
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 29%;
  left: 24%;
  transform: translate(-50%,-50%);
}
.rq3_con3 .p2{
    top: 41%;
    left: 23%;
}
.rq3_con3 .p3{
  width: 150px;
  top: 57%;
  left: 22%;
}
.rq3_con3 .p4{
  width: 200px;
  top: 73%;
  left: 23%;
}
.rq3_con3 .p5{
  top: 84%;
  left: 29%;
}
.rq3_con3 .p6{
  width: 310px;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 30%;
  left: 77%;
  transform: translate(-50%,-50%);
}
.rq3_con3 .p7{
  top: 41%;
  left: 81%;
}
.rq3_con3 .p8{
  top: 56%;
  left: 83%;
}
.rq3_con3 .p9{
  top: 72%;
  left: 81%;
}
.rq3_con3 .p10{
  top: 83%;
  left: 76%;
}


/* rq3_con4 */
.rq3_con4{
  width: 100%;
  padding-top: 105px;
  padding-bottom: 110px;
}
.rq3_con4 .bt{
  text-align: center;
}
.rq3_con4 .bj{
  width: 100%;
  vertical-align: middle;
}
.rq3_con4 .rq{
  margin-top: 70px;
  position: relative;
}
.rq3_con4 .rq img{
  width: 663px;
  display: block;
  margin: 0 auto;
}
.rq3_con4 .rq1{
  position: absolute;
  top: 5%;
  left: 23%;
  transform: translate(-50%,-50%);
}
.rq3_con4 .rq1 p{
  font-size: 24px;
  color: #333333;
  text-align: right;
  transition: all .5s;
}
.rq3_con4 .rq1 span{
  font-size: 14px;
  color: #666666;
  font-family: "akz4";
  display: block;
  text-transform: uppercase;
  text-align: right;
  margin-top: 5px;
  transition: all .5s;
}
.rq3_con4 .rq1:hover p{
  color: #e60014;
}
.rq3_con4 .rq1:hover span{
  color: #e60014;
  opacity: 0.66;
}
.rq3_con4 .rq5 p,
.rq3_con4 .rq6 p,
.rq3_con4 .rq7 p,
.rq3_con4 .rq8 p,
.rq3_con4 .rq5 span,
.rq3_con4 .rq6 span,
.rq3_con4 .rq7 span,
.rq3_con4 .rq8 span{
  text-align: left;
}
.rq3_con4 .rq2{
  top: 26%;
  left: 17%;
}
.rq3_con4 .rq3{
  top: 48%;
  left: 18%;
}
.rq3_con4 .rq4{
  top: 69%;
  left: 18%;
}
.rq3_con4 .rq5{
  top: 5%;
  left: 78%;
}
.rq3_con4 .rq6{
  width: 291px;
  top: 27%;
  left: 86%;
}
.rq3_con4 .rq7{
  width: 300px;
  top: 48%;
  left: 86%;
}
.rq3_con4 .rq8{
  width: 345px;
  top: 69%;
  left: 83%;
}

/* rq3_con5 */
.rq3_con5{
  width: 100%;
  background-image: url(../images/img225.jpg);
  padding-top: 83px;
  padding-bottom: 105px;
}
.rq3_con5 .rq{
  padding-top: 55px;
}
.rq3_con5 .bt{
  color: #fff;
}
.rq3_con5 .rq .rq2{
  border: none;
  background-image: url(../images/img227.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.rq3_con5 .rq .rq1.on .rq2 {
  border: none;
  background-image: url(../images/img226.png);
}
.rq3_con5 .rq .rq2 .rq3{
  background: url(../images/img229.png) rgb(254,255,255);
  background-repeat: repeat-x;
  background-position-y: bottom;
  color: #1e5fbb;
  border: 3px solid #1e5fbb;
}
.rq3_con5 .rq .rq1.on .rq3 {
  background: url(../images/img228.png) rgb(230,0,20);
  background-repeat: repeat-x;
  background-position-y: bottom;
  color: #fff;
  border: 3px solid rgb(230,0,20);

}
.rq3_con5 .rq p {
  font-size: 18px;
  color: #fff;
  padding-top: 17px;
}
.rq3_con5 .rq p::before{
  width: 11px;
  height: 23px;
  background-image: url(../images/img230.png);
  top: 60px;
}
.rq3_con5 .rq .rq1.on p::before {
  background-image: url(../images/img230.png);
}
.rq3_con5 .rq .rq1::before {
  top: 125%;
  right: -190px;
  width: 100%;
}
.rq3_con5 .rq .rq1{
  width: 20.1%;
  margin-top: 15px;
}
.rq3_con5 .rq .rq1:nth-child(5n)::before {
  content: '';
}
.rq3_con5 .rq .rq1:nth-child(4n)::before {
  content: none;
}


/* rq3_con6 */
.rq3_con6{
  background: #fff;
}
.rq3_con6 .bt {
  color: #333333;
}
.rq3_con6 .bt span::before {
  background-image: url(../images/img18.png);
}
.rq3_con6 .p1{
  color: #666;
}
.rq3_con6 .p1 span{
  color: #e60014;
}
.rq3_con6 .rq input:-moz-placeholder, 
.rq3_con6 .rq textarea:-moz-placeholder {  
     color: #333333;   
}  
.rq3_con6 .rq input:-ms-input-placeholder,
.rq3_con6 .rq textarea:-ms-input-placeholder { 
    color: #333333;   
} 
.rq3_con6 .rq input::-webkit-input-placeholder, 
.rq3_con6 .rq textarea::-webkit-input-placeholder { 
    color: #333333;   
}
.rq3_con6 .rq .rq2 label,
.rq3_con6 .rq .rq2 textarea,
.rq3_con6 .rq .rq1 label,
.rq3_con6 .rq .rq1 input{
  color: #333333;
}
.rq3_con6 .rq .rq2,
.rq3_con6 .rq .rq1 {
  border: 2px solid rgb(215,215,215);
  color: #333333;
  background:none;
}
.rq3_con6 .p2{
  color: #e60014;
}
.rq3_con6 a{
  background: #999;
}
.rq3_con6 a span{
  color: #fff;
}


/* rq3_con7 */
.rq3_con7 .p3{
  font-size: 26px;
  color: #333333;
  padding-top: 20px;
}
.rq3_con7 .rq1:nth-child(1){
  width: 17%;
}
.rq3_con7 .rq1:nth-child(1) .p3{
  padding-top: 10px;
}
.rq3_con7 .rq .rq1 .p1 span{
  font-size: 60px;
}
.rq3_con7 .rq .rq1 .p1{
  font-size: 48px;
}
.rq3_con7 .rq .rq1:nth-child(2){
  background-image: url(../images/img231.png);
}
.rq3_con7 .rq .rq1:nth-child(3) {
  background-image: url(../images/img96.png);
}
.rq3_con7 .rq .rq1:nth-child(4) {
  background-image: url(../images/img97.png);
}
.rq3_con7 .rq .rq1:hover .p1 {
  transform: translateY(0px);
}
.rq3_con7 .rq .rq1:nth-child(1):hover{
  background-image: url(../images/img98.png);
}
.rq3_con7 .rq .rq1:nth-child(2):hover{
  background-image: url(../images/img232.png);
}
.rq3_con7 .rq .rq1:nth-child(3):hover{
  background-image: url(../images/img99.png);
}
.rq3_con7 .rq .rq1:nth-child(4):hover{
  background-image: url(../images/img100.png);
}
.rq3_con7 .rq .rq1:hover p{
  color: #e60014;
}

.rp3_mb{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  overflow-x: auto;
  display: none;
  z-index: 9998;
}
.rp3_mb::-webkit-scrollbar {
  height: 3px;
}



.rp3_mb .xx{
  width: 30px;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 30px;
  background-image: url(../images/btn-close-modal.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .5s;
  z-index: 9999;
}
.rp3_mb .xx:hover{
  transform: rotate(180deg);
}
.rp3_mb .ig{
  width: 160%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.rp3_mb img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}



/* 快修服务专题页分辨率 */
@media(max-width:1680px){
  .n_banner .pr3_p1 {
    font-size: 38px;
}
.n_banner .pr3_p2 {
  font-size: 15px;
}
.n_banner .pr3_rq img {
  width: 69px;
}
.n_banner .pr3_rig {
  width: 30%;
  padding-top: 80px;
}
.n_banner .pr3_rq p {
  font-size: 16px;
  margin-top: 15px;
}
.rq3_con1 .rq .rq1 p {
  font-size: 16px;
  line-height: 28px;
}
.rq3_con2 .rq .top .rq3 p {
  font-size: 24px;
  color: #fff;
  width: 27%;
}
.rq3_con2 .rq .top p {
  font-size: 24px;
}
.rq3_con2 .rq .bot p span {
  font-size: 20px;
}
.rq3_con3 .r_p{
  font-size: 20px;
  width: 175px;
}
.rq3_con3 .l_p{
  font-size: 20px;
  width: 130px;
}
.rq3_con3 .p6 {
  font-size: 18px;
  left: 77%;
}
.rq3_con3 .p7 {
  top: 41%;
  left: 83%;
}
.rq3_con3 .p8 {
  top: 56%;
  left: 85%;
}
.rq3_con3 .p9 {
  top: 72%;
  left: 83%;
}
.rq3_con3 .p10 {
  top: 83%;
  left: 78%;
}
.rq3_con4 .rq1 p {
  font-size: 22px;
}
.pr_con7 a {
  width: 163px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
}
.rq3_con7 .p3 {
  font-size: 24px;
}





}
@media(max-width:1460px){
  .n_banner .pr3_p1 {
    font-size: 34px;
}
.n_banner .pr3_p2 {
  font-size: 14px;
  letter-spacing: 2px;
}
.n_banner .pr3_rq img {
  width: 62px;
}
.rq3_con1 {
  padding-top: 64px;
  padding-bottom: 84px;
}
.rq3_con1 .rq .rq1 .div {
  width: 64px;
  height: 64px;
}
.rq3_con1 .rq1 .div div img {
  width: 34px;
}
.rq3_con1 .rq .rq1 {
  width: 32%;
  height: 170px;
  margin-top: 70px;
  padding: 0 40px;
  padding-top: 50px;
}
.rq3_con1 .rq .rq1 p {
  font-size: 15px;
  line-height: 25px;
}
.rq3_con2 .rq .top .rq3 p {
  font-size: 22px;
}
.rq3_con2 .rq .top p{
  font-size: 22px;
}
.rq3_con2 .rq .bot p::before {
  width: 45px;
  height: 46px;
}
.rq3_con2 .rq .bot p {
  line-height: 45px;
  padding-left: 42px;
}
.rq3_con2 .rq .bot p span {
  font-size: 18px;
}
.rq3_con2 .rq .bot {
  margin-top: 30px;
  padding-left: 22.5px;
}
.rq3_con2 .rq .bot p:hover {
  padding-left: 60px;
}
.rq3_con2 {
  padding-top: 60px;
  padding-bottom: 85px;
}
.rq3_con3 .rq {
  padding-top: 50px;
}
.rq3_con3 .r_p{
  font-size: 18px;
  width: 160px;
}
.rq3_con3 .l_p{
  font-size: 18px;
  width: 120px;
}
.rq3_con3 .p1 {
  font-size: 16px;
}
.rq3_con3 .p6 {
  font-size: 16px;
  left: 80%;
}
.rq3_con3 .p7 {
  top: 41%;
  left: 84%;
}
.rq3_con3 .p8 {
  top: 56%;
  left: 86%;
}
.rq3_con3 .p9 {
  top: 72%;
  left: 85%;
}
.rq3_con3 .p10 {
  top: 83%;
  left: 80%;
}

.rq3_con4 .rq img{
  width: 504px;
}
.rq3_con4 .rq1 p {
  font-size: 18px;
}
.rq3_con4 .rq1 span {
  font-size: 12px;
}
.rq3_con4 .rq {
  margin-top: 55px;
}
.rq3_con4 {
  padding-top: 58px;
  padding-bottom: 70px;
}
.rq3_con4 .rq1 {
  top: 5%;
  left: 25%;
}
.rq3_con4 .rq2 {
  top: 26%;
  left: 19%;
}
.rq3_con4 .rq3 {
  top: 48%;
  left: 20%;
}
.rq3_con4 .rq4 {
  top: 69%;
  left: 20%;
}
.rq3_con4 .rq5 {
  top: 5%;
  left: 75%;
}
.rq3_con4 .rq6 {
  width: 291px;
  top: 27%;
  left: 85%;
}
.rq3_con4 .rq7 {
  top: 48%;
  left: 86%;
}
.rq3_con4 .rq8 {
  top: 69%;
  left: 83%;
}


.rq3_con5 .rq .rq1::before {
  top: 125%;
  right: -160px;
}
.rq3_con5 {
  padding-top: 62px;
  padding-bottom: 80px;
}



}
@media(max-width:1260px){
  .rq3_con1 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.rq3_con1 .rq .rq1 p {
  font-size: 14px;
  line-height: 22px;
}
.rq3_con2 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.rq3_con2 .rq .top p {
  font-size: 18px;
}
.rq3_con2 .rq .top .rq3 p {
  font-size: 18px;
}
.rq3_con2 .rq .bot p span {
  font-size: 16px;
}
.rq3_con3 .r_p{
  font-size: 16px;
  width: 140px;
}
.rq3_con3 .l_p{
  font-size: 16px;
  width: 105px;
}
.rq3_con3 .p1 {
  font-size: 14px;
  left: 22%;
}
.rq3_con3 .p2 {
  top: 41%;
  left: 22%;
}
.rq3_con3 .p3 {
  width: 150px;
  top: 57%;
  left: 20%;
}
.rq3_con3 .p4 {
  top: 73%;
  left: 20%;
}
.rq3_con3 .p5 {
  top: 84%;
  left: 28%;
}
.rq3_con3 .p6 {
  font-size: 14px;
  left: 82%;
}
.rq3_con3 .p7 {
  top: 41%;
  left: 86%;
}
.rq3_con3 .p8 {
  top: 56%;
  left: 88%;
}
.rq3_con3 .p9 {
  top: 72%;
  left: 87%;
}
.rq3_con3 .p10 {
  top: 83%;
  left: 82%;
}


.rq3_con4 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.rq3_con4 .rq img {
  width: 410px;
}
.rq3_con4 .rq1 p {
  font-size: 16px;
}
.rq3_con4 .rq2 {
  top: 26%;
  left: 18%;
}
.rq3_con4 .rq3 {
  top: 48%;
  left: 19%;
}
.rq3_con4 .rq4 {
  top: 69%;
  left: 18%;
}
.rq3_con4 .rq5 {
  top: 5%;
  left: 76%;
}
.rq3_con4 .rq6 {
  top: 27%;
  left: 88%;
}
.rq3_con4 .rq7 {
  top: 48%;
  left: 88%;
}
.rq3_con4 .rq8 {
  top: 69%;
  left: 86%;
}
.rq3_con5 .rq {
  padding-top: 35px;
}
.rq3_con5 {
  padding-top: 50px;
  padding-bottom: 70px;
}
.rq3_con5 .rq p {
  font-size: 14px;
  padding-top: 10px;
}
.rq3_con5 .rq p::before {
  width: 8px;
  height: 18px;
  background-image: url(../images/img230.png);
  top: 40px;
}
.rq3_con5 .rq .rq1::before {
  top: 118%;
  right: -130px;
}
.rq3_con7 .rq .rq1 .p1 {
  font-size: 30px;
}
.rq3_con7 .rq .rq1 .p1 span {
  font-size: 35px;
  margin-right: 0;
}
.rq3_con7 .p3 {
  font-size: 18px;
  padding-top: 13px;
}


}
@media(max-width:1024px){
  .rq3_con3 .p6 {
    font-size: 14px;
    left: 80%;
    width: 230px;
}
.rq3_con3 .p7 {
  top: 41%;
  left: 85%;
}
.rq3_con3 .p8 {
  top: 56%;
  left: 86%;
}
.rq3_con3 .p9 {
  top: 72%;
  left: 85%;
}
.rq3_con3 .p10 {
  top: 83%;
  left: 80%;
}
.rq3_con3 .p1 {
  font-size: 14px;
  left: 21%;
}
.rq3_con3 .p2 {
  top: 41%;
  left: 21%;
}
.rq3_con3 .p3 {
  top: 57%;
  left: 20%;
}
.rq3_con3 .p4 {
  top: 73%;
  left: 19%;
}
.rq3_con3 .p5 {
  top: 84%;
  left: 28%;
}







}
@media(max-width:991px){
  .rq3_con2 .rq {
    margin-top: 30px;
}
.rq3_con1 .rq .rq1{
  width: 49%;
}
.rq3_con4 .bj{
  margin-top: 30px;
}
.rq3_con4 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.rq3_con5 .rq .rq1::before {
  top: 118%;
  right: -99px;
}
.rq3_con7 .rq .rq1{
  width: 33.4%;
  margin-top: 20px;
}
.rq3_con7 .rq {
  margin-top: 15px;
}

}
@media(max-width:768px){
  .rq3_con5 .rq .rq1::before{
    content: none !important;
  }

}
@media(max-width:414px){
  .rq3_con1,
  .rq3_con2,
  .rq3_con4,
  .rq3_con5{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .rq3_con1 .rq{
    padding-top: 10px;
  }
  .rq3_con1 .rq .rq1 {
    margin-top: 45px;
    padding: 0 15px;
    padding-top: 50px;
}
.rq3_con2 .rq {
  margin-top: 22px;
}
.rq3_con5 .rq {
  padding-top: 10px;
}
.rq3_con5 .rq .rq1{
  width: 33.333%;
}
.rq3_con5 .rq{
  justify-content: flex-start;
}
.pr_con7 a {
  width: 135px;
  height: 33px;
  border-radius: 33px;
  line-height: 33px;
}
.rq3_con7 .rq .rq1:nth-child(3) {
  margin-bottom: 0;
  transform: translateX(0px);
}
.rq3_con7 .rq .rq1{
  width: 40%;
  margin-top: 10px;
  margin-bottom: 0;
}
.rq3_con7 .rq .rq1 .p1 span,
.rq3_con7 .rq .rq1 .p1 {
  font-size: 24px;
}
.rq3_con7{
  padding-top: 0;
}
.rq3_con7 .rq {
  margin-top: 0px;
}
.rq3_con7 .p3 {
  font-size: 16px;
}







}





/* 关于我们 */

.abo_con1{
  width: 100%;
  line-height: 75px;
  border-bottom: 1px solid rgb(232,232,232);
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}
.abo_con1 .wrap{
  overflow-x: auto;
  white-space: nowrap;
}
.abo_con1 .wrap::-webkit-scrollbar {
  height: 3px;
  background-color: #999;
  border-radius:50px;
}
.abo_con1 .wrap::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: #e60014;
}
.abo_con1 span{
    margin-right: 60px;
}
.abo_con1 a{
  font-size: 16px;
  color: #333333;
  line-height: 70px;
  display: inline-block;
  position: relative;
}
.abo_con1 span:last-child{
  margin-right: 0;
}
.abo_con1 a:hover{
  color: #e50006;
}
.abo_con1 span.on a{
  color: #e50006;
}
.abo_con1 span.on a::before{
  content: '';
  width: 100%;
  height: 5px;
  background: #e50006;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* abo_con2 */
.abo_con2{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.abo_con2 .bj{
  width: 42%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.abo_con2 .top{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
}
.abo_con2 .top .rq{
  display: flex;
  justify-content:space-between;
  padding-top: 35px;
}
.abo_con2 .top .lef{
  width: 45%;
}
.abo_con2 .top .lef .p1,
.abo_con2 .top .lef .p2{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.abo_con2 .top .lef .p1{
  margin-bottom: 25px;
}
.abo_con2 .top .lef a{
  width: 135px;
  background: #999;
}
.abo_con2 .top .lef a span{
  color: #fff;
}
.abo_con2 .top .rig{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 5%;
}
.abo_con2 .top .rig .rq1{
  width: 50%;
}
.abo_con2 .top .rig .p3{
  font-size: 18px;
  color: #333333;
}
.abo_con2 .top .rig .p3 span{
  font-family: "dim";
  font-size: 60px;
  color: #e60014;
  margin-right: 5px;
}
.abo_con2 .top .rig .p4{
  font-size: 14px;
  color: #666666;
  width: 70%;
  margin-top: 10px;
}
.abo_con2 .bot{
  background: rgb(246,246,246);
  z-index: 1;
}
.abo_con2 .bot .rq2{
  width: 50%;
  position: relative;
  padding: 0 90px;
}
.abo_con2 .bot .swiper-container{
  padding: 65px 0px;
}
.abo_con2 .bot .swiper-slide{
  height: 120px;
  position: relative;
  background: #fff;
}
.abo_con2 .bot .swiper-slide img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
}
.abo_con2 .swiper-button-prev,
.abo_con2 .swiper-button-next{
  width: 50px;
  height: 50px;
  background-image: url(../images/img189.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .5s;
}
.abo_con2 .swiper-button-next{
  transform: rotate(180deg);
}
.abo_con2 .swiper-button-prev:hover,
.abo_con2 .swiper-button-next:hover{
  background-image: url(../images/img188.png);
}

/* abo_con3 */
.abo_con3{
  width: 100%;
  padding-top: 135px;
}
.abo_con3 .p1{
  font-family: "akz";
  font-size: 55px;
  color: #e9e9e9;
  transition: all .5s;
}
.abo_con3 .p2{
  font-size: 22px;
  color: #333333;
  margin-top: 20px;
}
.abo_con3 .swiper-slide{
  padding-left: 40px;
  background-image: url(../images/img190.png);
  background-position-x: left;
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 2px 137px;
  cursor: pointer;
}
.abo_con3 .swiper-slide-thumb-active .p1{
  color: #e60014;
}
.abo_con3_1{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 135px;
}
.abo_con3_1 .swiper-slide{
  position: relative;
}
.abo_con3_1 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
}
.abo_con3_1 .rq{
  width: 625px;
  height: 420px;
  background: rgba(238,243,247,0.8);
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  padding-left: 85px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.abo_con3_1 .rq p{
  width: 100%;
}
.abo_con3_1 .rq .p2{
  font-size: 30px;
  color: #e60014;
  margin: 20px 0;
}
.abo_con3_1 .rq .p3{
  font-size: 20px;
  color: #666666;
}

/* abo_con4 */
.abo_con4{
  width: 100%;
  height: 775px;
  background-image: url(../images/img192.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 95px;
  position: relative;
}
.abo_con4 .ig{
  width: 100%;
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
}
.abo_con4 .bt{
  text-align: center;
}
.abo_con4 .wrap{
  position: relative;
  height: 100%;
}
.abo_con4 .rq{
  width: 65%;
  height: 100%;
}
.abo_con4 .swiper-container,
.abo_con4 .swiper-slide{
  height: 100%;
  width: 100%;
  position: relative;
}
.abo_con4 .swiper-slide{
  opacity: 0 !important;
}
.abo_con4 .swiper-slide-active{
  opacity: 1 !important;
}
.abo_con4 .rq1{
  display: inline-block;
  position: absolute;
  bottom: 235px;
  left: 1%;
  z-index: 100;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s 0.2s;
  cursor: pointer;
}
.abo_con4 .rq2{
  transition: all 1s 0.4s;
}
.abo_con4 .rq3{
  transition: all 1s 0.6s;
}
.abo_con4 .rq4{
  transition: all 1s 0.8s;
}
.abo_con4 .rq5{
  transition: all 1s 1s;
}
.abo_con4 .rq6{
  transition: all 1s 1.2s;
}
.abo_con4 .rq7{
  transition: all 1s 1.4s;
}
.abo_con4 .swiper-slide-active .rq1{
  opacity: 1;
  transform: translateY(0px);
}

.abo_con4 .rq1 .p1{
  font-family: "dim";
  font-size: 24px;
  color: #666666;
  display: inline-block;
  margin-bottom: 10px;
}
.abo_con4 .rq1 .div{
  width: 1px;
  height: 30px;
  /* height: 295px; */
  background: rgb(178,178,178);
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}
.abo_con4 .rq1 .div .div1{
  width: 220px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 26px;
  opacity: 0;
  transition: all .5s .5s;
  overflow: hidden;
}
.abo_con4 .rq1 .div .p2{
  font-size: 24px;
  color: #e60014;
  margin-bottom: 15px;
}
.abo_con4 .rq1 .div .p3{
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.abo_con4 .rq1 .div::before{
  content: '';
  width: 11px;
  height: 11px;
  background: rgb(178,178,178);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.abo_con4 .rq1:hover .div{
  height: 295px;
}
.abo_con4 .rq1:hover .div .div1{
  opacity: 1;
  height: auto;
}
.abo_con4 .rq2{
  bottom: 242px;
  left: 14%;
}
.abo_con4 .rq3{
  bottom: 252px;
  left: 25%;
}
.abo_con4 .rq4{
  bottom: 262px;
  left: 35%;
}
.abo_con4 .rq5{
  bottom: 272px;
  left: 46%;
}
.abo_con4 .rq6{
  bottom: 285px;
  left: 57%;
}
.abo_con4 .rq7{
  bottom: 300px;
  left: 68%;
}
.abo_con4 .swiper-button-prev,
.abo_con4 .swiper-button-next{
  width: 60px;
  height: 60px;
  background-image: url(../images/img189.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .5s;
  top: 83%;
}
.abo_con4 .swiper-button-next{
  transform: rotate(180deg);
  right: 0;
}
.abo_con4 .swiper-button-prev{
  left: 90%;
}
.abo_con4 .swiper-button-prev:hover,
.abo_con4 .swiper-button-next:hover{
  background-image: url(../images/img188.png);
}
.abo_con4 .swiper-pagination{
  text-align: right;  
  bottom: 25%;
  font-size: 36px;
  color: #e60012;
  font-family: "dim";
}
.abo_con4 .swiper-pagination span{
  font-size: 36px;
  color: #e60012;
}
.abo_con4 .swiper-pagination .swiper-pagination-current{
  font-size: 36px;
  color: #e60012;
  font-family: "dim";
  position: relative;
  padding-left: 15px;
}
.abo_con4 .swiper-pagination .swiper-pagination-current::before{
  content: '0';
  position: absolute;
  left: 0;
  top: 0;
}
.abo_con4 .swiper-pagination .swiper-pagination-total{
  font-size: 20px;
  color: #999999;
  font-family: "dim";
  position: relative;
  padding-left: 11px;
}
.abo_con4 .swiper-pagination .swiper-pagination-total::before{
  content: '0';
  position: absolute;
  left: 0;
  top: 0;
}



/* abo_con5 */
.abo_con5{
  width: 100%;
  padding: 105px 0;
}
.abo_con5 .bt{
  text-align: center;
}
.abo_con5 .rq{
  width: 100%;
  padding: 0 150px;
  padding-top: 60px;
}
.abo_con5 .rq img{
  width: 100%;
  cursor: pointer;
}
.abo_con5 .mb{
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  overflow-x: auto;
  display: none;
  z-index: 9998;
}
.abo_con5 .mb .xx{
  width: 30px;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 30px;
  background-image: url(../images/btn-close-modal.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .5s;
  z-index: 9999;
}
.abo_con5 .mb .xx:hover{
  transform: rotate(180deg);
}
.abo_con5 .mb .ig{
  width: 70%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.abo_con5 .mb img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* abo_con6 */
.abo_con6{
  width: 100%;
  background-image: url(../images/img195.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 108px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
}
.abo_con6 .p1{
  font-size: 18px;
  color: #666666;
  margin-top: 8px;
  width: 60%;
}
.abo_con6 .wrap{
  position: relative;
}

.abo_con6 .rq1{
  position: absolute;
  right: 0;
  top: 0;
}
.abo_con6 .rq1 button{
  width: 135px;
  background: none;
  display: inline-block;
}
.abo_con6 .rq1 button.on::before{
  width: 150%;
}
.abo_con6 .rq1 button span{
  color: #666;
}
.abo_con6 .rq1 button:hover span,
.abo_con6 .rq1 button.on span{
  color: #fff;
}

.abo_con6 .rq2{
  padding-top: 110px;
  display: none;
}
.abo_con6 .rq2.on1{
  display: block;
}
.abo_con6 .swiper-container{
  padding-bottom: 125px;
}
.abo_con6 .rq2 .swiper-slide{
  background: #fff;
  padding: 0 22px;
  cursor: pointer;
}
.abo_con6 .rq2 .swiper-slide div{
  height: 300px;
  position: relative;
}
.abo_con6 .rq2 .swiper-slide div img{
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  transition: all .5s;
}
.abo_con6 .rq2 .swiper-slide:hover div img{
  transform: translate(-50%,-50%) scale(1.1);
}
.abo_con6 .rq2 .swiper-slide p{
  font-size: 16px;
  color: #666666;
  line-height: 80px;
  border-top: 1px solid rgb(229,229,229);
  background-image: url(../images/img200.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
.abo_con6 .swiper-button-prev,
.abo_con6 .swiper-button-next{
  width: 60px;
  height: 60px;
  background-image: url(../images/img189.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .5s;
  top: 90%;
}
.abo_con6 .swiper-button-next{
  transform: rotate(180deg);
  right: 45%;
}
.abo_con6 .swiper-button-prev{
  left: 45%;
}
.abo_con6 .swiper-button-prev:hover,
.abo_con6 .swiper-button-next:hover{
  background-image: url(../images/img188.png);
}



/* 图片放大 */
#darkbox {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8) no-repeat none 50%;
  background-size: contain;
  -webkit-box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}

#darkbox.on{
  opacity: 1;
  visibility: visible;
  height: 90% !important;
  width: 90% !important;
  left: 5% !important;
  top: 5% !important;
}

.dark-close i {
  color: #fff;
}

#darkbox_prev, #darkbox_next{
  cursor: pointer;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#darkbox_prev{
  left: -2px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#darkbox_next {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -2px;
}

#darkbox_prev:hover, #darkbox_next:hover{
  border-color: #c42a2e;
}

#darkbox-description{
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  bottom: 5px;
  text-align: right;
  text-shadow: 0 1px 1px #000;
}

#darkbox .dark-close{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#darkbox .dark-close:hover{
  color: #c42a2e;
}


/* abo_con7 */
.abo_con7{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 120px;
  overflow: hidden;
}
.abo_con7 .bt{
  text-align: center;
}
.abo_con7 .rq{
  padding-top: 75px;
  display: flex;
}
.abo_con7 .rq .lef{
  width: 56.5%;
}
.abo_con7 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.abo_con7 .rq .rig{
  width: 43.5%;
  padding-left: 12%;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
.abo_con7 .rq .rig .rq1{
  width: 100%;
  display: flex;
  justify-content:space-between;
}
.abo_con7 .rq .rig .rq1 .div{
  width: 34%;
}
.abo_con7 .rq .rig .rq1 .div img{
  max-width: 100%;
  transition: all .5s;
}
.abo_con7 .rq .rig .rq1:hover .div img{
  transform: scale(1.2);
}
.abo_con7 .rq .rig .rq1 .div2{
  width: 64%;
}
.abo_con7 .rq .rig .rq1 .div2 .p1{
  font-size: 30px;
  color: #e60014;
  margin-bottom: 10px;
}
.abo_con7 .rq .rig .rq1 .div2 .p2{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}


/* 关于我们分辨率 */
@media(max-width:1460px){
  .abo_con1 {
    line-height: 70px;
}
.abo_con1 a {
  font-size: 14px;
  margin-right: 51px;
  line-height: 67px;
}
.abo_con1 a.on {
  border-bottom: 3px solid #e50006;
}
.abo_con2 .top {
  padding-top: 65px;
  padding-bottom: 70px;
}
.abo_con2 .top .lef .p1, .abo_con2 .top .lef .p2 {
  font-size: 14px;
  line-height: 27px;
}
.abo_con2 .top .lef .p1 {
  margin-bottom: 20px;
}
.abo_con2 .top .rig .p3 span {
  font-size: 50px;
}
.abo_con2 .top .rig .p3 {
  font-size: 16px;
}
.abo_con2 .bot .swiper-slide {
  height: 90px;
}
.abo_con2 .bot .swiper-container {
  padding: 45px 0px;
}
.abo_con3 {
  padding-top: 90px;
}
.abo_con3 .p1 {
  font-size: 45px;
}
.abo_con3 .p2 {
  font-size: 18px;
  margin-top: 13px;
}
.abo_con3_1 {
  padding-top: 50px;
  padding-bottom: 90px;
}
.abo_con3_1 .rq .p2 {
  font-size: 22px;
  margin: 15px 0;
}
.abo_con3_1 .rq .p3 {
  font-size: 16px;
}
.abo_con4 {
  height: 590px;
  padding-top: 65px;
}
.abo_con4 .rq1 .p1 {
  font-size: 20px;
}
.abo_con4 .rq1{
  bottom: 172px;
}
.abo_con4 .rq2{
  bottom: 178px;
}
.abo_con4 .rq3{
  bottom: 185px;
}
.abo_con4 .rq4{
  bottom: 193px;
}
.abo_con4 .rq5{
  bottom: 202px;
}
.abo_con4 .rq6{
  bottom: 213px;
}
.abo_con4 .rq7{
  bottom: 225px;
}
.abo_con4 .rq1 .div .p2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.abo_con4 .rq1 .div .p3 {
  font-size: 14px;
  line-height: 22px;
}
.abo_con4 .swiper-pagination span,
.abo_con4 .swiper-pagination .swiper-pagination-current {
  font-size: 32px;
}
.abo_con4 .swiper-pagination .swiper-pagination-total {
  font-size: 18px;
}
.abo_con4 .swiper-button-prev, .abo_con4 .swiper-button-next{
  width: 50px;
  height: 50px;
}
.abo_con4 .rq1:hover .div {
  height: 230px;
}
.abo_con5 {
  width: 100%;
  padding: 65px 0;
}
.abo_con6 {
  padding-top: 65px;
  padding-bottom: 55px;
}
.abo_con6 .p1 {
  font-size: 16px;
}
.abo_con6 .rq2 {
  padding-top: 85px;
}
.abo_con6 .rq2 .swiper-slide p {
  font-size: 14px;
  line-height: 70px;
}
.abo_con6 .swiper-button-prev, .abo_con6 .swiper-button-next{
  width: 50px;
  height: 50px;
}
.abo_con7 {
  padding-top: 65px;
  padding-bottom: 80px;
}
.abo_con7 .rq .rig .rq1 .div2 .p1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.abo_con7 .rq .rig .rq1 .div2 .p2 {
  font-size: 16px;
  line-height: 26px;
}


}
@media(max-width:1366px){
  .abo_con4 .ig {
    top: 57%;
}
}
@media(max-width:1260px){
  .abo_con1 a {
    margin-right: 26px;
}
.abo_con2 .top .rq {
  padding-top: 15px;
}
.abo_con2 .top .lef {
  width: 50%;
}
.abo_con2 .top .lef .p1, .abo_con2 .top .lef .p2 {
  font-size: 14px;
  line-height: 26px;
}
.abo_con2 .top .lef .p1 {
  margin-bottom: 10px;
}
.abo_con2 .top .rig .p3 span {
  font-size: 40px;
}
.abo_con2 .top .rig .p4 {
  font-size: 14px;
  width: 80%;
}
.abo_con2 .top .lef a {
  width: 114px;
  margin-top: 30px;
}
.abo_con2 .bot .swiper-slide {
  height: 70px;
}
.abo_con6 .swiper-button-prev, .abo_con6 .swiper-button-next,
.abo_con4 .swiper-button-prev, .abo_con4 .swiper-button-next,
.abo_con2 .swiper-button-prev, .abo_con2 .swiper-button-next {
  width: 40px;
  height: 40px;
}
.abo_con3 .p1 {
  font-size: 30px;
}
.abo_con3 .swiper-slide {
  padding-left: 20px;
}
.abo_con3 .p2 {
  font-size: 14px;
  margin-top: 8px;
}
.abo_con3_1 .rq{
  width: 420px;
  height: 310px;
  right: 5%;
}
.abo_con3_1 .rq .p2 {
  font-size: 18px;
  margin: 10px 0;
}
.abo_con3_1 .rq .p3 {
  font-size: 14px;
}
.abo_con4 .rq1 .p1 {
  font-size: 16px;
}
.abo_con4 {
  height: 500px;
}
.abo_con4 .rq1 {
  bottom: 140px;
}
.abo_con4 .rq2 {
  bottom: 146px;
}
.abo_con4 .rq3 {
  bottom: 152px;
}
.abo_con4 .rq4 {
  bottom: 157px;
}
.abo_con4 .rq5 {
  bottom: 165px;
}
.abo_con4 .rq6 {
  bottom: 173px;
}
.abo_con4 .rq7 {
  bottom: 183px;
}
.abo_con4 .swiper-pagination span, .abo_con4 .swiper-pagination .swiper-pagination-current {
  font-size: 25px;
}
.abo_con4 .rq1 .div .p2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.abo_con4 .rq1 .div .p3 {
  font-size: 12px;
  line-height: 18px;
}
.abo_con4 .rq1:hover .div {
  height: 180px;
}

.abo_con6 .rq1 button {
  width: 105px;
  margin-top: 20px;
}
.abo_con6 .rq2 {
  padding-top: 40px;
}
.abo_con6 .rq2 .swiper-slide div {
  height: 225px;
}
.abo_con6 .swiper-container {
  padding-bottom: 85px;
}

.abo_con7 .rq .rig {
  padding-left: 7%;
}
.abo_con7 .rq .rig .rq1 .div2 .p1 {
  font-size: 18px;
  margin-bottom: 4px;
}
.abo_con7 .rq .rig .rq1 .div2 .p2 {
  font-size: 14px;
  line-height: 20px;
}
.abo_con7 .rq .rig .rq1 .div {
  width: 27%;
}
.abo_con7 .rq .rig .rq1:hover .div img {
  transform: scale(1.1);
}
.abo_con7 .rq {
  padding-top: 44px;
}




}
@media(max-width:991px){
  .abo_con2 .top {
    padding-top: 40px;
    padding-bottom: 45px;
}
.abo_con2 .top .rq{
  flex-wrap: wrap;
}
.abo_con2 .top .lef{
  width: 100%;
}
.abo_con2 .top .rig{
  width: 80%;
  padding-top: 30px;
}
.abo_con2 .top .rig .rq1{
  padding-bottom: 20px;
}
.abo_con2 .bot .rq2 {
  width: 65%;
  padding: 0 70px;
}
.abo_con3_1 .rq {
  width: 310px;
  height: 250px;
  right: 5%;
  padding-left: 40px;

}
.abo_con3 {
  padding-top: 50px;
}
.abo_con3 .p1 {
  font-size: 24px;
}
.abo_con3_1 {
  padding-top: 30px;
  padding-bottom: 60px;
}
.abo_con4 .rq1,
.abo_con4 .swiper-slide{
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.abo_con4 .rq1{
  opacity: 1;
}
.abo_con4 .rq1 .div {
  height: 180px;
}
.abo_con4 .rq1 .div .div1 {
  opacity: 1;
  height: auto;
}
.abo_con4 .ig {
  top: 66%;
}
.abo_con4 .rq1{
  bottom: 151px;
}
.abo_con4 .swiper-slide-active .rq1{
  bottom: 115px;
}
.abo_con4 .rq {
  width: 80%;
  height: 100%;
}
.abo_con4 .swiper-button-prev {
  left: 85%;
}
.abo_con5 .rq{
  padding: 40px 0 0 0;
}
.abo_con6 .p1{
  width: 100%;
}
.abo_con6 .rq1{
  position: static;
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
.abo_con6 .rq1 button{
  margin-right: 20px;
}
.abo_con6 .swiper-button-next {
  right: 40%;
}
.abo_con6 .swiper-button-prev {
  left: 40%;
}


}
@media(max-width:768px){
  .abo_con4 {
    padding-top: 30px;
    height: 410px;
}
.abo_con4 .rq1 .div {
  height: 155px;
}
.abo_con4 .swiper-slide-active .rq1 {
  bottom: 104px;
}
.abo_con4 .rq1 {
  bottom: 130px;
}
.abo_con4 .swiper-pagination {
  bottom: 8%;
  text-align: center;
}
.abo_con4 .swiper-button-prev {
  left: 65%;
}
.abo_con4 .swiper-button-next {
  right: 10%;
}
.abo_con4 .swiper-button-prev, .abo_con4 .swiper-button-next {
  top: 88%;
}
.abo_con5 {
  padding: 45px 0;
}
.abo_con6 {
  padding-top: 45px;
  padding-bottom: 20px;
}
.abo_con7 .rq{
  flex-wrap: wrap;
}
.abo_con7 .rq .lef{
  width: 100%;
}
.abo_con7 .rq .rig{
  width: 100%;
}


}
@media(max-width:414px){
  .abo_con4 .swiper-pagination{
    display: none;
  }
  .abo_con1 span {
    margin-right: 0px;
}
  .abo_con2 .top .rig {
    width: 100%;
}
.abo_con2 .bj {
  width: 42%;
  right: 10px;
  bottom: 11%;
}
.abo_con2 .bot .rq2{
  width: 100%;
}
.abo_con2 .bot .swiper-container {
  padding: 20px 0px;
}
.abo_con3_1 .rq {
  width: 270px;
  height: 120px;
  right: 5%;
  padding-left: 12px;
}
.abo_con3_1 .rq .p2 {
  font-size: 16px;
  margin: 8px 0;
}
.abo_con3_1 .bt{
  font-size: 20px;
}
.abo_con4 .swiper-slide-active .rq1 {
  bottom: 132px;
}
.abo_con4 .rq1 {
  bottom: 160px;
}
.abo_con5 .mb .ig{
  width: 100%;
}
.abo_con5 .mb img {
  width: 150%;
}
.abo_con5 .mb::-webkit-scrollbar{
  height: 3px;
}
.abo_con6 .p1 {
  font-size: 14px;
}
.abo_con6 .rq1 {
  padding-top: 10px;
}
.abo_con6 .rq1 button {
  margin-right: 5px;
}
.abo_con6 .rq2 .swiper-slide div {
  height: 180px;
}
.abo_con6 .swiper-button-next {
  right: 35%;
}
.abo_con6 .swiper-button-prev {
  left: 35%;
}
.abo_con7 {
  padding-top: 45px;
  padding-bottom: 40px;
}
.abo_con7 .rq {
  padding-top: 10px;
}
.abo_con7 .rq .rig {
  margin-top: 20px;
}
.abo_con7 .rq .rig .rq1{
  margin-bottom: 15px;
}

}
@media(max-width:375px){
  .abo_con2 .bj {
    bottom: 10%;
}
.abo_con2 .bot .rq2 {
  padding: 0px 60px;
}
.abo_con4 .ig {
  top: 67%;
}
.abo_con6 .swiper-container {
  padding-bottom: 70px;
}
.abo_con6 .rq2 {
  padding-top: 30px;
}
.abo_con6 .rq2 .swiper-slide p {
  font-size: 12px;
  line-height: 45px;
}
.abo_con6 .rq2 .swiper-slide {
  padding: 0 10px;
}
.abo_con3_1 {
  padding-bottom: 40px;
}


}




/* 关于我们 视频中心 */
.n_banner .p3{
  text-transform: uppercase;
  font-size: 48px;
  color: #ffffff;
  font-family: "dim";
  text-align: center;
}
.vid_con1{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url();
    background-attachment: fixed;
}
.vid_con1 .bt,
.par_con1 .bt{
  text-align: center;
}
.vid_con1 .rq{
  width: 100%;
  padding-top: 60px;
}
.vid_con1 .rq1{
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 45px;
}
.vid_con1 .rq1:nth-child(3n){
  margin-right: 0;
}
.vid_con1 .rq1 .top,
.vid_con1 .rq1 .top img{
  width: 100%;
  vertical-align: middle;
}
.vid_con1 .rq1 .top .bf{
  width: 62px;
  height: 62px;
  background-image: url(../images/img106.png);
  opacity: 0;
}
.vid_con1 .rq1:hover .top .bf{
  top: 45%;
  opacity: 1;
}
.vid_con1 .rq1 .bot{
  height: 185px;
  padding: 30px 25px;
  background:url(../images/img110.jpg);
  background-size: cover;
  transition: all .5s;
}
.vid_con1 .rq1:hover .bot{
  background:url(../images/img109.jpg);
}
.vid_con1 .rq1 .bot .p1{
   font-size: 24px;
    transition: all .5s;
    color: #333;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.vid_con1 .rq1 .bot .p2{
  font-size: 14px;
  color: #999999;
  font-family: "akz4";
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .5s;
}
.vid_con1 .rq1 .bot .p3{
  font-size: 16px;
  line-height: 27px;
  transition: all .5s;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.vid_con1 .rq1:hover .bot p{
  color: #fff;
}

/* 视频中心分辨率 */
@media(max-width:1460px){
  .vid_con1 .rq1 .bot .p1 {
    font-size: 20px;
}
.vid_con1 .rq1 .bot {
  height: 160px;
  padding: 17px 20px;
}
.vid_con1 {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 68px;
}
.vid_con1 .rq1 .top .bf{
  height: 52px;
  width: 52px;
}

}
@media(max-width:1260px){
  .vid_con1 .rq1 .bot .p1 {
    font-size: 16px;
}
.vid_con1 .rq1 .bot .p3 {
  font-size: 14px;
  line-height: 22px;
}
.vid_con1 .rq1 .bot {
  height: 136px;
  padding: 17px 20px;
}




}
@media(max-width:768px){
  .vid_con1 .rq1{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .vid_con1 .rq1:nth-child(3n){
    margin-right: 2%;
  }
  .vid_con1 .rq1:nth-child(2n){
    margin-right: 0;
  }
  .vid_con1 .rq1 .bot .p2 {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.vid_con1 .rq {
  padding-top: 30px;
}

}
@media(max-width:414px){
  .vid_con1 {
    padding-top: 45px;
    padding-bottom: 50px;
}
.vid_con1 .rq1 .bot {
  height: auto;
  padding:10px;
}
}







/* 合作伙伴 */
.par_con1{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 145px;
  background-image: url();
    background-attachment: fixed;
}
.par_con1 .rq{
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}
.par_con1 .rq .rq1{
  height: 127px;
  width: 18%;
  margin-right: 2.5%;
  position: relative;
  /* border: 1px solid rgb(222,222,222); */
  margin-bottom: 26px;
}
.par_con1 .rq .rq1 div{
  width: 100%;
  height: 100%;
    transition: all .5s;
    border: 1px solid rgb(222,222,222);
}
.par_con1 .rq .rq1:hover div{
  border: 1px solid rgb(232,0,0);
  transform: translateY(-5px);
}
.par_con1 .rq .rq1:nth-child(5n){
  margin-right: 0;
}
.par_con1 .rq .rq1 img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
}

/* 合作伙伴分辨率 */
@media(max-width:1460px){
  .par_con1 .rq .rq1 {
    height: 107px;
}


}
@media(max-width:1260px){
  .par_con1 .rq {
    padding-top: 27px;
}
.par_con1 .rq .rq1 {
  height: 85px;
}

}
@media(max-width:991px){
  .par_con1 {
    padding-top: 45px;
    padding-bottom: 60px;
}
.par_con1 .rq .rq1{
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
}
.par_con1 .rq .rq1:nth-child(5n){
  margin-right: 1%;
}
.par_con1 .rq .rq1:nth-child(4n){
  margin-right: 0;
}

}
@media(max-width:414px){
.par_con1 .rq .rq1{
  width: 32.66666%;
  margin-right: 1%;
  height: 75px;
}
.par_con1 .rq .rq1:nth-child(4n){
  margin-right: 1%;
}
.par_con1 .rq .rq1:nth-child(3n){
  margin-right: 0;
}

}




/* 服务支持 */
/* ser_con1 */
.ser_con1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 75px;
}
.ser_con1 .bt,
.ser_con2 .bt,
.ser_con3 .bt{
  text-align: center;
}
.ser_con1 .p1{
  font-size: 16px;
  color: #666666;
  text-align: center;
  padding-top: 20px;
}
.ser_con1 .rq{
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
.ser_con1 .rq .rq1{
  width: 25%;
}
.ser_con1 .rq .rq1 .p2{
  font-family: "dim";
  font-size: 48px;
  color: #e50006;
  text-align: center;
  transition: all .5s;
}
.ser_con1 .rq .rq1:hover .p2{
  transform: translateY(-10px);
}
.ser_con1 .rq .rq1 .p3{
  font-size: 18px;
  color: #333333;
  text-align: center;
}

/* ser_con2 */
.ser_con2{
  width: 100%;
}
.ser_con2 .wrap{
  border-top: 1px solid rgb(232,231,233);
  padding-top: 70px;
  padding-bottom: 125px;
}
.ser_con2 .rq{
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.ser_con2 .rq .rq1 img{
  width: 110px;
  display: block;
  margin: 0 auto;
  transition: all .5s;
}
.ser_con2 .rq .rq1:hover img{
  transform: translateY(-10px);
}
.ser_con2 .rq .rq1 .p1{
  font-size: 18px;
  color: #444444;
  text-align: center;
  padding: 17px 0;
}
.ser_con2 .rq .rq1 .p2{
  font-size: 30px;
  color: #444444;
  text-align: center;
  font-family: "dim";
}

/* ser_con3 */
.ser_con3{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background-image: url(../images/img134.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.ser_con3 .p1{
  font-size: 26px;
  color: #666666;
  text-align: center;
  padding-top: 35px;
}
.ser_con3 .p1 span{
  color: #e60216;
  font-size: 42px;
  font-family: "dim";
}
.ser_con3 .rq{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  padding-top: 50px;
}
.ser_con3 .rq .div{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ser_con3 .rq .rq1{
  width: 49%;
  height: 54px;
  border: 1px solid rgb(220,219,223);
  padding-left: 15px;
  margin-bottom: 18px;
  display: flex;
  line-height: 54px;
}
.ser_con3 .rq .rq1 label{
  width: 10%;
  height: 100%;
  font-size: 18px;
  color: #666666;
}
.ser_con3 .rq .rq1 input{
  width: 90%;
  font-size: 18px;
  color: #666666;
  height: 100%;
}
.ser_con3 .rq .rq2{
  width: 100%;
  height: 140px;
  border: 1px solid rgb(220,219,223);
  padding-left: 15px;
  padding-top: 17px;
  display: flex;
}
.ser_con3 .rq .rq2 label{
  width: 11%;
  font-size: 18px;
  color: #666666;
}
.ser_con3 .rq textarea{
  width: 89%;
  font-size: 18px;
  color: #666666;
}
.ser_con3 .rq .p2{
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #e60014;
  padding-top: 35px;
  padding-bottom: 45px;
}
.ser_con3 .rq button{
  width: 190px;
  display: block;
  margin: 0 auto;
}


/* 服务支持分辨率 */
@media(max-width:1460px){
  .ser_con1 {
    padding-top: 55px;
    padding-bottom: 54px;
}
.ser_con1 .rq .rq1 .p2 {
  font-size: 38px;
}
.ser_con2 .wrap {
  padding-top: 45px;
  padding-bottom: 74px;
}
.ser_con2 .rq .rq1 img {
  width: 96px;
}
.ser_con2 .rq .rq1 .p1 {
  font-size: 16px;
  padding: 12px 0;
}
.ser_con2 .rq .rq1 .p2 {
  font-size: 24px;
}
.ser_con3 {
  padding-top: 50px;
  padding-bottom: 80px;
}
.ser_con3 .p1 {
  font-size: 22px;
  padding-top: 8px;
}
.ser_con3 .p1 span {
  font-size: 32px;
}
.ser_con3 .rq {
  padding-top: 24px;
}
.ser_con3 .rq .p2 {
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 30px;
}
.ser_con3 .rq .rq2 label {
  width: 14%;
}


}
@media(max-width:1460px){
  .ser_con3 .rq .rq1 label {
    width: 14%;
}
.ser_con3 .rq .rq2 label {
  width: 21%;
}
}
@media(max-width:991px){
  .ser_con3 .rq .rq1 label {
    width: 20%;
}
.ser_con3 .rq .rq2 label {
  width: 24%;
}
}
@media(max-width:768px){
  .n_banner .p3 {
    font-size: 24px;
}
  .ser_con2 .rq{
    flex-wrap: wrap;padding-top: 28px;
  }
  .ser_con2 .rq .rq1{
    width: 50%;
    margin-bottom: 20px;
  }
  .ser_con2 .rq .rq1 .p2 {
    font-size: 18px;
}
.ser_con2 .rq .rq1 .p1 {
  font-size: 14px;
  padding: 6px 0;
}
.ser_con3 .rq .rq1{
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
}
.ser_con3 .rq .rq1 input,
.ser_con3 .rq .rq1 label{
  font-size: 14px;
}
.ser_con3 .rq .rq1 label {
  width: 10%;
}
.ser_con3 .rq .rq2 label,
.ser_con3 .rq .rq2 textarea{
  font-size: 14px;
}
.ser_con3 .p1 {
  font-size: 16px;
}
.ser_con3 .p1 span {
  font-size: 22px;
}
.ser_con3 .rq .p2 {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 24px;
}
.ser_con3 .rq button {
  width: 130px;
}




}
@media(max-width:414px){
  .ser_con1 .rq {
    display: flex;
    justify-content: space-between;
}
.ser_con1 .rq .rq1{
  width: 50%;
}
.ser_con1 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.ser_con1 .rq .rq1 .p2 {
  font-size: 32px;
}
.ser_con1 .p1 {
  font-size: 14px;
  padding-top: 16px;
}
.ser_con1 .rq {
  padding-top: 26px;
}
.ser_con2 .rq .rq1 img {
  width: 84px;
}
.ser_con2 .wrap {
  padding-top: 37px;
  padding-bottom: 25px;
}
.ser_con3 .rq .rq1 {
  margin-bottom: 10px;
}
.ser_con3 .rq .rq1 label {
  width: 15%;
}
.ser_con3 .rq .rq2 label {
  width: 47%;
}
.ser_con3 .p1 {
  font-size: 14px;
}
.ser_con3 .rq {
  padding-top: 15px;
}
.ser_con3 {
  padding-top: 32px;
  padding-bottom: 40px;
}




}







/* 研发生产 - start */
.sec-yfsc {
	padding: 40px 0;
}

.yfsc-pane {
	margin-bottom: 40px;
}

.yfsc-pane h5 {
	font-size: 22px;
	line-height: 1.266666666666667;
	border-left: 3px solid #d30000;
	padding-left: 6px;
	margin-bottom: 22px;
}

.yfsc-des {
	font-size: 12px;
	line-height: 1.875;
	color: #666;
}

.yfsc-pane img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 768px) {
  .sec-yfsc {
    padding: 60px 0;
  }
	.sec-yfsc {
		padding: 100px 0;
	}

	.yfsc-pane {
		margin-bottom: 60px;
	}

	.yfsc-pane h5 {
		font-size: 30px;
		margin-bottom: 26px;
		padding-left: 10px;
	}

	.yfsc-des {
		font-size: 16px;
	}
}












/* 内页拼单 */
/* 产品列表 */
/* prolist_con1 */
.prolist_con1{
  width: 100%;
  padding: 90px 0;
  background: rgb(242,246,250);
}
.prolist_con1 .rq{
  width: 100%;
}
.prolist_con1 .rq .p1{
  font-size: 40px;
  color: #333333;
  font-family: "dim";
  text-align: center;
}
.prolist_con1 .rq .p2{
  font-size: 18px;
  font-family: "akz3";
  color: #666666;
  margin-top: 25px;
  letter-spacing: 1px;
  line-height: 23px;
  /* margin-bottom: 70px; */
}
.prolist_con1 .rq .rq1{
  width: 26.5%;
  position: relative;
  float: left;
  margin-right: 1%;
}
.prolist_con1 .rq select{
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #333333;
  font-family: "dim";
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  padding-left: 20px;
}
.prolist_con1 .rq .rq1::before{
    content: '';
    width: 14px;
    height: 8px;
    background-image: url(../images/img51.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
    z-index: 10;
}
.prolist_con1 .rq select option {
  font-size: 16px;
}
.prolist_con1 .rq button{
    width: 17.5%;
    height: 55px;
    background: rgb(24,168,227);
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}
.prolist_con1 .rq button::before {
  background: #2d66c0;
}
.prolist_con1 .rq button span{
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-family: "dim";
  position: relative;
  z-index: 100;
}
.prolist_con1 .rq button img{
    margin-left: 10px;
    margin-bottom: -3px;
}

.prolist_con1 .rq2{
    width: 100%;
    padding-top: 80px;
}
.prolist_con1 .rq2 .lef{
    width: 19%;
    float: left;
    padding-top: 50px;
}
.prolist_con1 .lef .p3{
  font-size: 24px;
  color: #ffffff;
  font-family: "dim";
  line-height: 80px;
  text-align: center;
  background: #2d66c0;
  text-transform: uppercase;
}
.prolist_con1 .lef .p3 img{
    width: 18px;
    margin-right: 10px;
}
.prolist_con1 .lef ul,
.prolist_con1 .lef ul li{
  width: 100%;
  display: block;
  background: #fff;
}
.prolist_con1 .lef ul .one{
    font-size: 18px;
    font-family: "akz3";
    color: #333;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.prolist_con1 .lef ul .one.on{
    color: #2d66c0;
    border-bottom: 1px dashed rgb(208,208,208);
}
.prolist_con1 .lef ul .one.on i{
  background-image: url(../images/bd_img7.png);
}
.prolist_con1 .lef ul .one i{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url(../images/bd_img8.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 25px;
    margin-bottom: -2px;
}
.prolist_con1 .lef ul .one ul{
  border-top: 1px dashed rgb(208,208,208);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  height: auto;
  transition: all .5s;
}
.prolist_con1 .lef ul .one.on ul{
  max-height: 625px;
  opacity: 1;
}
.prolist_con1 .lef ul .one li{
    font-size: 14px;
    color: #666666;
    font-family: "akz3";
    line-height: 40px;
    text-align: left;
    padding-left: 10%;
}
.prolist_con1 .lef ul .one li.on1 a{
  color: #2d66c0;
}
.prolist_con1 .lef ul .one.on li i{
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../images/bd_img10.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 1px;
}
.prolist_con1 .lef ul .one li.on1 i{
  background-image: url(../images/bd_img9.png);
}
.prolist_con1 .lef .div{
    width: 100%;
    border: 1px solid rgb(236,236,236);
    padding: 22px 20px;
    background: #fff;
    margin-top: 15px;
}
.prolist_con1 .lef .div .p9{
    font-size: 20px;
    color: #136091;
    font-family: "dim";
}
.prolist_con1 .lef .div .p9 img{
    margin-bottom: -3px;
    margin-right: 10px;
}
.prolist_con1 .lef .div .p10{
    font-size: 30px;
    color: #136091;
    font-family: "dim";
    margin-top: 5px;
}


.prolist_con1 .rig{
    width: 79%;
  float: right;
}
.prolist_con1 .rig .p4{
    font-size: 18px;
    color: #666666;
    font-family: "akz3";
    line-height: 50px;
}
.prolist_con1 .rig .p4 span{
    font-size: 18px;
    color: #2d66c0;
}
.prolist_con1 .rig .rq3{
    width: 100%;
    height: 390px;
    background: #fff;
    margin-bottom: 25px;
}
.prolist_con1 .rig .rq3 .rq4{
    width: 31.7%;
    height: 100%;
    float: left;
    border-right: 2px solid rgb(242,246,250);
    overflow: hidden;
}
.prolist_con1 .rig .rq3 .rq4 img{
    width: 77%;
    display: block;
    margin: 110px auto;
    margin-bottom: 75px;
    transition: all .5s;
}
.prolist_con1 .rig .rq3:hover .rq4 img{
    transform: scale(1.1);
}
.prolist_con1 .rig .rq3 .rq4 p{
    font-size: 14px;
    color: #333333;
    font-family: "akz3";
    text-align: center;
}

.prolist_con1 .rig .rq3 .rq5{
    width: 68.3%;
    height: 100%;
    float: left;
    padding: 40px 50px;
}
.prolist_con1 .rig .rq3 .rq5 .p5{
    font-size: 24px;
    color: #333333;
    font-family: "dim";
    transition: all .5s;
}
.prolist_con1 .rig .rq3:hover .rq5 .p5{
  color: #2d66c0;
}
.prolist_con1 .rig .rq3 .rq5 .p6{
  font-size: 14px;
  color: #666666;
  font-family: "akz3";
  line-height: 24px;
  margin: 28px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.prolist_con1 .rig .rq3 .rq5 .p7,
.prolist_con1 .rig .rq3 .rq5 .p7 span{
    font-size: 16px;
    color: #333333;
    font-family: "dim";
    letter-spacing: 1px;
}
.prolist_con1 .rig .rq3 .rq5 .p7 span{
    color: #666666;
    font-family: "akz3";
}
.prolist_con1 .rig .rq3 .rq5 .p7{
    margin-bottom: 10px;
}
.prolist_con1 .rig .rq3 .rq5 .p8{
    font-size: 18px;
    color: #2d66c0;
    font-family: "akz3";
    margin-top: 23px;
    transition: all .5s;
}
.prolist_con1 .rig .rq3 .rq5 .p8 img{
    margin-left: 8px;
}
.prolist_con1 .rig .rq3:hover .rq5 .p8{
    margin-left: 15px;
}





/*产品详情*/

.prodate_con1{
    width: 100%;
    background: rgb(242,246,250);
    
}
.pro_na{
  margin-top: 100px;
}
.proxq-one {
  padding: 75px 0 65px;
}

.proxq-con .bread {
  margin-top: 100px;
}

.proxq1-lf {
  width: 51.5%;
  float: left;
}
.proxq1-rt.right{
    width: 48.5%;
}
.proxq1-pic{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.proxq1-con .proxq1-thumbs .swiper-slide .proxq1-pic img {
    width: 75%;
    height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.proxq1-top {
  height: 550px;
  float: right;
  width: 77.7%;
  background: #fff;
  position: relative;
}

.proxq1-thumbs {
  width: 19.5%;
  height: 550px;
  padding: 44px 0;
  position: relative;
}

.proxq1_thumbs {
  height: 470px;
  overflow: hidden;
}

.proxq1-con .proxq1-prev {
  top: 15px;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  background: url(../images/up.png) no-repeat center;
  text-align: center;
  line-height: 52px;
  color: #000;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.4s;
}

.proxq1-con .proxq1-next {
  top: auto;
  bottom: -13px;
  left: 50%;
  margin-left: -26px;
  width: 52px;
  background: url(../images/down1.png) no-repeat center;
  text-align: center;
  line-height: 52px;
  color: #000;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.4s;
}

.proxq1-con .proxq1-prev:hover {
  background: url(../images/up-h.png) no-repeat center;
  color: #fff;
}

.proxq1-con .proxq1-next:hover {
  background: url(../images/down1-h.png) no-repeat center;
  color: #fff;
}

.proxq1-con .proxq1-thumbs p {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}

.proxq1_top {
  height: 100%;
  overflow: hidden;
}

.proxq1-con .proxq1-top .swiper-slide {
  padding: 0;
  position: relative;
}
.proxq1-con .proxq1-top .swiper-slide img{
    width: 64%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.proxq1-con .proxq1-top .proxq1-desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.72);
  padding: 0 20px;
}

.proxq1-con .proxq1-top .proxq1-desc p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 13px 0;
}

.proxq1-top .swiper-pagination {
  display: none;
}

.proxq1-con .proxq1-thumbs .swiper-slide {
  background: #fff;
}

.proxq1-con .proxq1-thumbs .swiper-slide.active-nav::before {
    content: '';
    width: 100%;
    height: 100%;
  background: linear-gradient(to left,rgba(97,202,238,0.7),rgba(98,156,194,0.7));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.bread {
  border-bottom: 1px solid rgba(39, 39, 39, 0.15);
  background: #fff;
  padding: 17px 0 15px;
}

.bread a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  vertical-align: middle;
  transition: all 0.4s;
}

.bread i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.bread a.home {
  padding-left: 38px;
  background: url(../images/home.png) no-repeat left center;
}

.bread a:last-child,
.bread a:hover {
  color: #C8211C;
}

.proxq-two {
  padding: 30px 0;
  background: url(../images/img45.png) no-repeat center;
  background-size: cover;
}

.proxq2-nav a {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  padding: 0 45px;
  position: relative;
}

.proxq2-nav a:after {
  content: '';
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.proxq2-nav a:last-child:after {
  display: none;
}

.proxq3-table img {
  display: block;
  width: 100%;
}

.proxq-three {
  padding: 65px 0 260px;
}
.proxq-three .swiper-slide,
.proxq-three .swiper-slide img{
  width: 100%;
  height: 100%;
}

/* 右边 */
.proxq1-rt{
  width: 50%;
  float: right;
}
.proxq1-rt .proxq1-rt_jz{
  margin-left: 100px;
}
.proxq1-rt_jz .prod_p{
  font-size: 36px;
  color: #333;
  font-family: "dim";
  margin-bottom: 25px;
  margin-top: 65px;
}
.proxq1-rt_jz .p1{
    font-size: 20px;
    color: #666666;
    font-family: "akz3";
    margin-bottom: 8px;
}
.proxq1-rt_jz .p1 img{
    margin-right: 10px;
    margin-bottom: -3px;
}
.proxq1-rt_jz .p2{
    font-size: 16px;
    color: #2d66c0;
    font-family: "akz";
    text-transform: uppercase;
    border-top: 1px solid rgb(219,223,226);
    margin-top: 35px;
    padding-top: 15px;
}
.proxq1-rt_jz .p3{
    font-size: 16px;
    color: #333333;
    font-family: "akz3";
    margin-top: 18px;
    margin-bottom: 60px;
}



.proxq1-rt_jz a{
    display: inline-block;
  width: 210px;
  height: 55px;
  border-radius: 55px;
  line-height: 55px;
  margin-right: 20px;
  border: 1px solid rgb(191,194,197);
  overflow: hidden;
  position: relative;
}

.proxq1-rt_jz a span{
    width: 100%;
    height: 100%;
    display: block;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    font-family: "akz3";
    padding-right: 30px;
    background-image: url(../images/bd_img12.png);
    background-repeat: no-repeat;
    background-position-x: 75%;
    background-position-y: center;
    position: relative;
    z-index: 10;
    transition: all .5s;
}
.proxq1-rt_jz div a:nth-child(2) span{
  background-image: url(../images/bd_img13.png);
}
.proxq1-rt_jz a:hover span{
  font-family: "dim";
    color: #fff;
    background-image: url(../images/bd_img14.png);
}
.proxq1-rt_jz div a:nth-child(2):hover span{
  background-image: url(../images/bd_img15.png);
}

/* prodeta_con2 */
.prodeta_con2{
    width: 100%;
    height: 100px;
    line-height: 100px;
    background: rgb(1,72,134);
    position: sticky;
    top: 0;
    z-index: 999;
}


.prodeta_con2 span{
    display: inline-block;
    width: 225px;
    text-align: center;
    border-right: 1px solid rgb(17,77,129);
    position: relative;
}
.prodeta_con2 a{
  display: block;
  width: 100%;
  font-size: 22px;
  color: #fff;
  font-family: "akz3";
}
.prodeta_con2 span.on a{
  font-family: "dim";
  background: rgba(255,255,255,.3);
}
.prodeta_con2 span.on::before{
  content: '';
  width: 11px;
  height: 16px;
  background-image: url(../images/bd_img16.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
}


/* prodeta_con3 */
.prodeta_con3{
    width: 100%;
    padding-top: 70px;
}
.date_bt{
    font-size: 30px;
    color: #333333;
    font-family: "dim";
    margin-bottom: 30px;
}
.prodeta_con3 .lef{
    width: 43.6%;
    float: left;
}
.prodeta_con3 .rig{
    width: 56.4%;
    float: right;
}
.prodeta_con3 .p1{
    font-size: 16px;
    color: #555555;
    font-family: "akz3";
    margin-bottom: 13px;
    padding-left: 30px;
    position: relative;
}
.prodeta_con3 .p1 img{
    width: 20px;
    position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


/* prodeta_con4 */
.prodeta_con4{
    width: 100%;
    padding-top: 100px;
}
.prodeta_con4 .rq{
    width: 100%;
}
.prodeta_con4 .rq table{
  width: 1200px;
}
.prodeta_con4 .rq table th{
    line-height: 50px;
    background: rgb(1,72,142);
    font-size: 16px;
    color: #ffffff;
    font-family: "akz3";
}
.prodeta_con4 .rq table td{
    font-size: 16px;
    color: #666666;
    font-family: "akz3";
    padding: 20px 0;
    padding-left: 10%;
    vertical-align: middle;
}
.prodeta_con4 .rq table tr{
    background: #fff;
}
.prodeta_con4 .rq table tr:nth-child(2n){
  background: rgb(242,246,250);
}
.prodeta_con4 .rq table tr td[rowspan]{
    width: 230px;
  background: #fff;
  border: 1px solid rgb(235,235,235);
  padding-left: 30px;
  color: #666666 !important;
}
.prodeta_con4 .rq table tr:hover{
  background: #2d66c0;
}
.prodeta_con4 .rq table tr:hover td{
    color: #fff;
}


/* prodeta_con5 */
.prodeta_con5{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 140px;
}
.prodeta_con5 div img{
  max-width: 100%;
  max-height: 100%;
}
.prodeta_con5 .lef{
    width: 690px;
    float: left;
}
.prodeta_con5 .lef table{
    width: 100%;
}
.prodeta_con5 .lef table th{
    width: 25%;
    font-size: 16px;
    color: #ffffff;
    background: rgb(1,72,142);
    font-family: "akz3";
    line-height: 50px;
    text-align: left;
    padding-left: 35px;
}
.prodeta_con5 .lef table td{
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    padding-left: 35px;
}
.prodeta_con5 .lef table td[rowspan]{
  background: #fff;
  border: 1px solid rgb(235,235,235);
  color: #333333 !important;
}
.prodeta_con5 .lef table tr{
  background: #fff;
}
.prodeta_con5 .lef table tr:nth-child(2n){
background: rgb(242,246,250);
}
.prodeta_con5 .lef table tr:hover{
  background: #2d66c0;
}
.prodeta_con5 .lef table tr:hover td{
    color: #fff;
}

.prodeta_con5 .rig{
  width: 710px;
  float: left;
}
.prodeta_con5 .rig img{
  display: block;
  margin: 0 auto;
  width: 52%;
}

/* prodeta_con6 */
.prodeta_con6{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 100px;
  background: rgb(242,246,250);
}
.prodeta_con6 .pro_con{
  position: relative;
}
.prodeta_con6 .p1{
  font-size: 42px;
  color: #2d66c0;
  text-align: center;
  font-family: "dim";
}
.prodeta_con6 .rq{
  width: 100%;
  padding-top: 70px;
}
.prodeta_con6 .rq .swiper-container{
  width: 79%;
  margin: 0 auto;
}
.prodeta_con6 .rq .swiper-slide{
  height: 390px;
  background: #fff;
  position: relative;
}
.prodeta_con6 .swiper-button-prev,
.prodeta_con6 .swiper-button-next{
  width: 14px;
  height: 26px;
  background-image: url(../images/bd_img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 65%;
}
.prodeta_con6 .swiper-button-next{
  transform: rotate(180deg);
}
.prodeta_con6 .rq .swiper-slide .top{
  height: 70%;
  width: 100%;
  position: relative;
}
.prodeta_con6 .rq .swiper-slide .top img{
  width: 84%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.prodeta_con6 .rq .swiper-slide .bot{
  height: 30%;
  width: 100%;
}
.prodeta_con6 .rq .swiper-slide .bot .p2{
  font-family: "dim";
  font-size: 24px;
  color: #333333;
  text-align: center;
}
.prodeta_con6 .rq .swiper-slide .bot .p3{
  font-family: "akz3";
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 5px;
}
.prodeta_con6 .rq .swiper-slide .rq1{
  width: 100%;
  height: 100%;
  background-image: url(../images/bd_img21.png);
  background-size: cover;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 75px 25px;
  transition: all .5s;
}
.prodeta_con6 .rq .swiper-slide:hover .rq1{
  top: 0;
}
.prodeta_con6 .rq .swiper-slide .rq1 .p4{
  font-size: 30px;
  color: #ffffff;
  font-family: "dim";
  margin-bottom: 30px;
}
.prodeta_con6 .rq .swiper-slide .rq1 .p5{
  font-size: 14px;
  color: #ffffff;
  font-family: "akz3";
  margin-bottom: 13px;
  padding-left: 30px;
  position: relative;
}
.prodeta_con6 .rq .swiper-slide .rq1 .p5 img{
  width: 20px;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodeta_con6 .rq .swiper-slide .rq1 .p6{
  font-size: 18px;
  color: #2d66c0;
  font-family: "akz3";
}
.prodeta_con6 .rq .swiper-slide .rq1 .p6 img{
  width: 27px;
  margin-left: 10px;
  margin-top: 35px;
}


.products_navzd2 {
  background: #fff;
  /* position: sticky;
  top: 0; */
  transition: 0.3s;
  z-index: 9;
}
.products_navzd{
  width: 100%;
  height: 50px;
  box-shadow: 0 20px 20px 0 rgb(233,233,233);
  border-top: 1px solid rgb(234,234,234);
  background: #fff;
}

.products_navzd .pro_con{
  height: 50px;
}
.products_navzd span{
  height: 50px;
  line-height: 50px;
}
.products_navzd span img{
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.products_navzd span,.products_navzd span a{
  font-size: 14px;
  color: #666;
}
.content2{
  overflow: visible;
}
.prodeta_con4 .rq{
  overflow-x: auto;
}
/* 分辨率 */

@media (max-width: 1680px){
  .prodeta_con5 .lef {
      width: 603px;
  }
  .prodeta_con5 .rig {
      width: 597px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 .p5 {
      font-size: 14px;
      line-height: 20px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 {
      padding: 75px 20px;
  }
}
@media (max-width: 1460px){


    /* 产品列表 */
    .prolist_con1 {
      padding: 68px 0;;
  }
  .prolist_con1 .rq .p1 {
      font-size: 30px;
  }
  .prolist_con1 .rq .p2 {
      font-size: 16px;
      margin-top: 20px;
      line-height: 23px;
      /* margin-bottom: 50px; */
  }
  .prolist_con1 .rq select {
      font-size: 16px;
  }
  .prolist_con1 .rq button span {
      font-size: 16px;
  }
  .prolist_con1 .rq2 {
      padding-top: 60px;
  }
  .prolist_con1 .rig .p4 {
      font-size: 16px;
  }
  .prolist_con1 .rig .p4 span {
      font-size: 16px;
  }
  .prolist_con1 .lef .p3 {
      font-size: 20px;
      line-height: 60px;
  }
  .prolist_con1 .lef .p3 img {
      width: 15px;
  }
  .prolist_con1 .lef ul .one {
      font-size: 16px;
      line-height: 50px;
  }
  .prolist_con1 .lef ul .one li {
      font-size: 12px;
      line-height: 35px;
      padding-left: 6%;
  }
  .prolist_con1 .rig .rq3 {
      height: 296px;
      margin-bottom: 16px;
  }
  .prolist_con1 .rig .rq3 .rq4 img {
      margin: 83px auto;
      margin-bottom: 57px;
  }
  .prolist_con1 .rig .rq3 .rq4 p {
      font-size: 13px;
  }
  .prolist_con1 .rig .rq3 .rq5 {
      padding: 30px 38px;
  }
  .prolist_con1 .rig .rq3 .rq5 .p5 {
      font-size: 22px;
  }
  .prolist_con1 .rig .rq3 .rq5 .p6 {
      font-size: 13px;
      line-height: 20px;
      margin: 16px 0;
  }
  .prolist_con1 .rig .rq3 .rq5 .p7, .prolist_con1 .rig .rq3 .rq5 .p7 span {
      font-size: 14px;
  }
  .prolist_con1 .rig .rq3 .rq5 .p7 {
      margin-bottom: 7px;
  }
  .prolist_con1 .rig .rq3 .rq5 .p8 {
      font-size: 16px;
      margin-top: 18px;
  }
  .prolist_con1 .lef .div .p9 {
      font-size: 18px;
  }
  .prolist_con1 .lef .div .p10 {
      font-size: 24px;
  }
  .prolist_con1 .lef .div .p9 img {
      width: 22px;
  }


  /* 产品详情 */
  .prodeta_con2 {
      height: 80px;
      line-height: 80px;
  }
  .prodeta_con2 a {
      font-size: 18px;
  }
  .prodeta_con4 {
      padding-top: 76px;
  }
  .prodeta_con5 {
      padding-top: 76px;
      padding-bottom: 106px;
  }
  .date_bt {
      font-size: 26px;
      margin-bottom: 20px;
  }
  .prodeta_con5 .lef table th,
  .prodeta_con4 .rq table th {
      line-height: 40px;
      font-size: 14px;
  }
  
  .prodeta_con4 .rq table td {
      font-size: 15px;
      padding: 20px 0;
      padding-left: 10%;
  }
  .prodeta_con5 .lef table td {
      font-size: 14px;
      line-height: 35px;
      padding-left: 35px;
  }
  .prodeta_con6 {
      padding-top: 64px;
      padding-bottom: 76px;
  }
  .prodeta_con6 .p1 {
      font-size: 32px;
  }
  .prodeta_con6 .rq {
      padding-top: 35px;
  }
  .prodeta_con6 .rq .swiper-slide .bot .p2 {
      font-size: 22px;
  }
  prodeta_con6 .rq .swiper-slide .rq1 .p4 {
      font-size: 25px;
  }

}
@media (max-width: 1260px){


  /* 产品列表 */
  .prolist_con1 .lef .div {
      padding: 16px 13px;
  }
  .prolist_con1 .lef .div .p10 {
      font-size: 22px;
  }


  /* 产品详情 */
  .proxq1-thumbs,
  .proxq1-top {
      height: 440px;
  }
  .proxq1_thumbs {
      height: 375px;
      overflow: hidden;
  }
  .proxq1-thumbs {
      padding: 35px 0;
  }
  .proxq1-rt .proxq1-rt_jz {
      margin-left: 45px;
  }
  .proxq1-rt_jz .prod_p {
      font-size: 30px;
      margin-bottom: 20px;
      margin-top: 40px;
  }
  .proxq1-rt_jz .p1 {
      font-size: 18px;
  }
  .proxq1-rt_jz .p2 {
      font-size: 14px;
      margin-top: 24px;
      padding-top: 15px;
  }
  .proxq1-rt_jz a {
      width: 165px;
      height: 45px;
      border-radius: 45px;
      line-height: 45px;
      margin-right: 10px;
      margin-top: 0 !important;
  }
  .proxq1-rt_jz a span{
    line-height: 45px;
  }
  .prodeta_con2 span {
      width: 170px;
  }
  .prodeta_con4 .rq table {
      width: 991px;
  }
  .prodeta_con4 .rq table td {
      font-size: 14px;
      padding: 20px 0;
      padding-left: 4%;
  }
  .prodeta_con5 .lef {
      width: 500px;
  }
  .prodeta_con5 .rig {
      width: 470px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 .p5 {
      font-size: 14px;
  }

}
@media (max-width: 991px){
  .pro_na {
      margin-top: 60px;
  }
  .prolist_con1 {
      padding: 40px 0;
  }
  .prolist_con1 .rq .p1 {
      font-size: 26px;
  }
  .prolist_con1 .rq .p2 {
      font-size: 14px;
      margin-top: 10px;
      line-height: 21px;
      margin-bottom: 30px;
  }
  .prolist_con1 .rq select {
      height: 40px;
      line-height: 40px;
      font-size: 14px;
  }
  .prolist_con1 .rq select option {
      font-size: 13px;
  }
  .prolist_con1 .rq button{
      height: 40px;
  }
  .prolist_con1 .rq button span {
      font-size: 14px;
  }
  .prolist_con1 .rq button span img {
      width: 14px;
  }
  .prolist_con1 .rq2 {
      padding-top: 30px;
  }

  .prolist_con1 .rig,
  .prolist_con1 .rq2 .lef{
      width: 100%;
  }
  .prolist_con1 .rq2 .lef{
      padding-top: 0;
  }
  .prolist_con1 .lef ul .one{
      text-align: left;
      text-indent: 6%;
  }
  .prolist_con1 .lef ul .one li {
      padding-left: 0%;
  }
  .prolist_con1 .lef .div{
      display: none;
  }


  /* 产品详情 */
  .proxq1-thumbs, .proxq1-top {
      height: 365px;
  }
  .proxq1_thumbs {
      height: 305px;
      overflow: hidden;
  }
  .proxq1-rt_jz .prod_p {
      font-size: 28px;
      margin-bottom: 10px;
      margin-top: 10px;
  }
  .proxq1-rt_jz .p1 {
      font-size: 16px;
  }
  .proxq1-rt .proxq1-rt_jz {
      margin-left: 25px;
  }
  .proxq1-rt_jz .p2 {
      font-size: 12px;
      margin-top: 24px;
      padding-top: 10px;
  }
  .proxq1-rt_jz a {
      width: 145px;
  }
  .proxq-one {
      padding: 40px 0 45px;
  }

  .prodeta_con2 {
      height: 60px;
      line-height: 60px;
      top: 60px !important;
  }
  .prodeta_con2 a {
      font-size: 16px;
  }
  .prodeta_con2 span.on::before {
      width: 8px;
  }
  .prodeta_con2 span {
      width: 145px;
  }
  .prodeta_con3 .rig,
  .prodeta_con3 .lef{
      width: 100%;
  }
  .prodeta_con3 {
      padding-top: 40px;
  }
  .prodeta_con4 {
      padding-top: 45px;
  }
  .prodeta_con4 .rq{
      overflow-x: auto;
  }
  .prodeta_con5 .rig,
  .prodeta_con5 .lef{
      width: 100%;
  }
  .prodeta_con5 {
      padding-top: 60px;
      padding-bottom: 40px;
  }
  .prodeta_con6 .p1 {
      font-size: 26px;
  }
  .prodeta_con6 {
      padding-top: 35px;
      padding-bottom: 50px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 {
      padding: 35px 15px;
  }
  .prodeta_con6 .rq .swiper-slide {
      height: 335px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 .p4 {
      font-size: 26px;
      margin-bottom: 15px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 .p5 {
      font-size: 14px;
      line-height: 20px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 .p6 {
      font-size: 16px;
  }

}
@media (max-width: 768px){
  .pro_con{
    width: 100%;
    padding: 0 15px;
}
.pro_con .wrap{
  padding: 0;
}
/* 产品详情 */
.proxq1-thumbs{
  display: none;
}
.proxq1-lf{
  width: 32%;
}
.proxq1-top{
  width: 100%;
  height: 310px;
}
.proxq1-rt.right {
  width: 67.5%;
}
.proxq1-rt_jz .p3 {
  margin-bottom: 30px;
}
.proxq1-rt_jz a span {
  font-size: 16px;
  background-position-x: 80%;
}
}
@media (max-width: 650px){
  .prolist_con1 .rig .rq3 .rq5,
  .prolist_con1 .rig .rq3 .rq4{
      width: 100%;
  }
  .prolist_con1 .rig .rq3{
      height: auto;
  }
  .prolist_con1 .rq .rq1{
      width: 100%;
      margin: 0;
      margin-bottom: 10px;
  }
  .prolist_con1 .rq button{
      width: 100%;
  }
  .prolist_con1 .lef .p3 {
      font-size: 16px;
      line-height: 40px;
  }
  .prolist_con1 .lef .p3 img {
      width: 12px;
  }
  .prolist_con1 .lef ul .one {
      font-size: 14px;
      line-height: 36px;
  }
  .prolist_con1 .rig .rq3 .rq4 img {
      margin: 47px auto;
      margin-bottom: 37px;
  }
  .prolist_con1 .rig .p4 {
      font-size: 14px;
  }
  .prolist_con1 .rig .p4 span {
      font-size: 14px;
  }

  /* 产品详情 */
  .proxq1-rt.right,
  .proxq1-lf{
      width: 100%;
  }
  .proxq1-top .swiper-pagination {
      display: block;
  }
  .proxq1-con .proxq1-top .swiper-slide img {
      width: auto;
      height: 80%;
  }
  .prodeta_con2 {
      height: 59px;
      line-height: 59px;
  }
  .prodeta_con2 a {
      font-size: 14px;
  }
  .prodeta_con2 span {
      width: 100px;
  }
  .proxq1-rt_jz .prod_p {
      font-size: 26px;
      margin-bottom: 10px;
      margin-top: 25px;
  }
  .prodeta_con3 .p1 {
      font-size: 14px;
  }
  .date_bt {
      font-size: 22px;
      margin-bottom: 15px;
  }
  .prodeta_con3 {
      padding-top: 25px;
  }
  .prodeta_con4 {
      padding-top: 25px;
  }
  .prodeta_con5 {
      padding-top: 35px;
      padding-bottom: 25px;
  }
  .prodeta_con6 .rq {
      padding-top: 25px;
  }
  .prodeta_con6 .p1 {
      font-size: 23px;
  }
  .prodeta_con6 {
      padding-top: 30px;
      padding-bottom: 28px;
  }
  .prodeta_con6 .swiper-button-prev, .prodeta_con6 .swiper-button-next {
      width: 10px;
  }
  .prodeta_con6 .rq .swiper-slide .rq1 .p4 {
      font-size: 23px;
  }

}







/* 新闻中心 */
.press{
  width: 100%;
  min-height: 500px;
}
.press .news{
  padding-top: 80px;
}
/* 轮播 */
.z-swiper-box * {
  box-sizing: border-box;
}
.z-swiper-box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 30px;
  /* padding: 0 15px; */
  box-sizing: border-box;
}

.z-swiper-box .flexbox {
  display: flex;
}

.z-swiper-box .flexbox .img-box {
  flex: 0 0 68%;
  max-width: 68%;
  height: 447px;
  overflow: hidden;
}

.z-swiper-box .flexbox .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s;
}

.z-swiper-box .flexbox .info {
  flex: 1;
  padding: 25px;
  display: flex;
  align-items: center;
  background: rgb(249,249,249);
}

.z-swiper-box .flexbox .innerbox {
  margin: 0 0 95px;
}

.z-swiper-box .flexbox .innerbox .z-logo {
  width: auto;
  height: 0px;
  /* margin: 0 0 35px; */
  display: flex;
}

.z-swiper-box .flexbox .innerbox .z-logo img {
  height: 100%;
}

.z-swiper-box .flexbox .innerbox h4 {
  margin: 0 0 45px;
  font-size: 22px;
  line-height: 32px;
  color: #0c5aa4;
  /* height: 24px; */
}
.z-swiper-box .flexbox .innerbox span{
  font-size: 14px;
  color: #999;
  display: block;
  padding: 0 0 15px;
  border-bottom: 1px solid rgb(236,236,236);
}
.z-swiper-box .flexbox .innerbox p {
  /* margin: 0 0 45px; */
  padding: 15px 0 0 0;
  line-height: 1.8;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* max-height: 72px; */
  min-height: 72px;
}
.z-swiper-box .flexbox .innerbox button{
  width: 120px;
  height: 40px;
  border-radius: 40px;
  font-size: 12px;
  color: #fff;
  background: rgb(12,90,164);
  margin-top: 33px;
}
.z-swiper-box .flexbox .innerbox button img{
  width: 13px;
  height: 9px;
  margin-left: 10px;
}

.z-swiper-box .operate {
  position: absolute;
  z-index: 2;
  left: calc(63% - 60px);
  bottom: 45px;
  background: #fff;
  display: flex;
  align-items: center;
}

.z-swiper-box .operate .z-case-swiper-next,
.z-swiper-box .operate .z-case-swiper-prev {
  position: static;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.z-swiper-box .operate .z-case-swiper-next .right-arr {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid rgb(184,184,184);
  transition: .3s;
}

.z-swiper-box .operate .z-case-swiper-prev .left-arr {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 12px solid rgb(184,184,184);
  transition: .3s;
}

.z-swiper-box .operate .z-case-swiper-next:hover,
.z-swiper-box .operate .z-case-swiper-prev:hover {
  background: rgb(12,90,164);
}

.z-swiper-box .operate .z-case-swiper-next:hover .right-arr {
  border-left: 12px solid #fff;
}

.z-swiper-box .operate .z-case-swiper-prev:hover .left-arr {
  border-right: 12px solid #fff;
}

.z-swiper-box .operate .z-tabs {
  padding: 0 30px;
  height: 60px;
  display: flex;
  align-items: center;
}

.z-swiper-box .operate .z-tabs a {
  position: relative;
  margin: 0 20px 0 0;
  font-size: 16px;
  color: #999;
  transition: .3s;
}

.z-swiper-box .operate .z-tabs a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: transparent;
  left: 0;
  bottom: -10px;
  transition: .3s;
}

.z-swiper-box .operate .z-tabs a {
  color: #333;
}
.z-swiper-box .operate .z-tabs a.active{
  color: rgb(12,90,164);
  font-weight: bold;
}

.z-swiper-box .operate .z-tabs a.active:after {
  background: rgb(12,90,164);
}

.z-swiper-box .swiper-slide a:hover .flexbox .img-box img {
  transform: scale(1.05);
}

@media (max-width: 1439px) {


  .z-swiper-box .operate {
      bottom: 40px;
  }

  .z-swiper-box .flexbox .img-box {
      height: 460px;
  }
}

@media (max-width: 1230px) {
  .z-swiper-box .flexbox .innerbox {
      margin: 0 0 80px;
  }
}

@media (max-width: 1000px) {
  .z-swiper-box .flexbox .img-box {
      flex: 0 0 55%;
      max-width: 55%;
  }

  .z-swiper-box .operate {
      left: calc(55% - 60px);
  }
}

@media (max-width: 768px) {
  .z-swiper-box {
      max-width: 480px;
  }
.solu_date1 p img{
  width: 100% !important;
  height: 100% !important;
}
  .z-swiper-box .flexbox .img-box {
      height: 250px;
  }

  .z-swiper-box .flexbox {
      display: block;
  }

  .z-swiper-box .flexbox .img-box {
      flex: inherit;
      max-width: inherit;
  }

  .z-swiper-box .flexbox .info {
      padding: 20px;
  }

  .z-swiper-box .flexbox .innerbox .z-logo {
      margin: 0 0 20px;
  }

  .z-swiper-box .flexbox .innerbox h4 {
      font-size: 20px;
      margin: 0 0 20px;
  }

  .z-swiper-box .flexbox .innerbox p {
      margin: 0 0 20px;
  }

  .z-swiper-box .operate {
      left: 20px;
      right: 20px;
      bottom: 20px;
  }

  .z-swiper-box .operate .z-tabs {
      flex: 1;
  }
}

@media (max-width: 576px) {
  .z-swiper-box .flexbox .innerbox .z-logo {
      margin: 0 0 15px;
  }

  .z-swiper-box .flexbox .info {
      padding: 20px 15px;
  }

  .z-swiper-box .flexbox .innerbox h4 {
      font-size: 16px;
      margin: 0 0 15px;
  }

  .z-swiper-box .flexbox .innerbox p {
      line-height: 1.6;
      font-size: 14px;
      min-height: 66px;
      /* max-height: 66px; */
  }

  .z-swiper-box .operate .z-tabs a:after {
      bottom: -3px;
  }

  .z-swiper-box .operate .z-case-swiper-next,
  .z-swiper-box .operate .z-case-swiper-prev {
      flex: 0 0 50px;
      max-width: 50px;
      height: 40px;
  }

  .z-swiper-box .operate .z-tabs {
      height: 40px;
      padding: 0 15px;
  }

  .z-swiper-box .flexbox .innerbox {
      margin: 0 0 50px;
  }

  .z-swiper-box .operate {
      left: 15px;
      right: 15px;
      bottom: 15px;
  }

  .z-swiper-box .operate .z-case-swiper-next .right-arr {
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 8px solid #333;
  }

  .z-swiper-box .operate .z-case-swiper-prev .left-arr {
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-right: 8px solid #333;
  }
}


/* 新闻中心 */
.products_navzd .products_nav {
  /* width: 1200px; */
  height: 50px;
  margin: 0 auto;
}
.products_nav .nei_anchor {
  width: auto;
  float: right;
}
.products_nav .nei_anchor .wrap {
  width: auto;
}
.products_nav .wrap span {
  margin-right: 60px;
  height: 50px;
}
.news{
  width: 100%;
  height: auto;
}
.news .newsjz{
  /* width: 1400px; */
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 80px;
}
.newsjz .xwqh{
  width: 340px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.xwqh button{
  width: 160px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  border: 2px solid rgb(231,231,231);
  color: #333;
  margin-right: 20px;
  float: left;
}
.xwqh .xwjh{
  border: none;
  background: rgb(12,90,164);
  color: #fff;
  font-weight: bold;
}
.xwqh button:hover{
  border: none;
  background: rgb(12,90,164);
  color: #fff;
  font-weight: bold;
}
.xwqh button:nth-child(2){
  margin-right: 0;
}


.newsjz .xwlb2{
  display: block;
}
.xwlb .lb_1{
  width: 446px;
  border: 1px solid rgb(241,241,241);
  margin-right: 30px;
  float: left;
}
.xwlb .lb_1:nth-child(3n){
  margin-right: 0;
}
.lb_1 .zpt{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zpt img{
  width: 100%;
  height: 100%;
  transition: all .7s;
}
.lb_1:hover .zpt img{
  transform: scale(1.07);
}
.xwlb .lbnr{
  width: 100%;
  height: 259px;
  padding: 30px;
}
.lbnr .p1{
  font-size: 18px;
  color: #28292a;
  margin: 0 0 0 0;
  font-weight: bold;
  
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.lb_1 .lbnr .p12{
  font-size: 14px;
  color: #999;
  margin: 7px 0 0 0;
}
.lbnr .xian{
  width: 100%;
  height: 1px;
  background: rgb(236,236,236);
  margin: 20px 0;
}
.lbnr span{
  font-size: 14px;
  color: #777;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lbnr button{
  width: 120px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999;
  border: 2px solid rgb(231,231,231);
  display: block;
  margin-top: 30px;
}
.lbnr button img{
  width: 13px;
  height: 9px;
  margin-left: 5px;
}
.xwlb .lb_1:hover > .lbnr .p1{
  color: #0c5aa4;
}
.xwlb .lb_1:hover > .lbnr span{
  color: #555;
}
.xwlb .lb_1 a:hover > .lbnr button{
  color: #fff;
  background: rgb(12,90,164);
  border: none;
}
.press .newsjz .xwlb{
  /* width: 1200px; */
  margin: 0 auto;
  display: block;
}
.press .lb_1{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.fy{
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content:center
}
.fy li{
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  line-height: 56px;
  margin: 0 10px;
  border: 2px solid rgb(217,217,217);
  transition: all .5s;
  position: relative;
}
.fy li::before{
  content: '';
  width: 69px;
  height: 69px;
  background-image: url(../images/img111.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all .5s;
  z-index: -1;
}
.fy li a{
  width: 100%;
  height: 100%;
  display: block;
  font-size: 22px;
  color: #666;
}
.fy li a img{
  margin-bottom: 5px;
}
.fy li:hover::before,
.fy .sy::before{
  opacity: 1;
}
.fy .sy,
.fy li:hover{
  background: linear-gradient(to right,rgb(104,205,235),rgb(35,95,190));
  border: none;
}
.fy .sy a,
.fy li:hover> a{
  color: #fff;;
}
.fy li:first-child{
  background-image: url(../images/img112.png);
  background-repeat: no-repeat;
  background-position: center;
}
.fy li:last-child{
  background-image: url(../images/img112.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
}

@media(max-width:1460px){
  .fy {
    margin-top: 23px;
  }
  .fy li{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .fy li a {
    font-size: 18px;
}
.fy li::before {
  width: 59px;
  height: 59px;
}


}

@media(max-width:768px){
  .z-swiper-box,
  .press .newsjz .xwlb,
  .wrap2{
    width: 100%;
    padding: 0 15px;
  }
      /* 新闻中心 */
      .xwlb .lb_1{
        width: 49%;
        margin-right: 2%;
    }
    .xwlb .lb_1:nth-child(3n) {
        margin-right: 2%;
    }
    .xwlb .lb_1:nth-child(2n) {
        margin-right: 0;
    }


    .fy li{
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 6px;
    }
    .fy li a {
      font-size: 14px;
  }
  .fy li::before {
    width: 49px;
    height: 49px;
  }

}
@media(max-width:500px){
      /* 新闻中心 */
      .xwlb .lb_1{
        width: 100%;
        margin-right: 0%;
    }

  .news .newsjz{
    padding-bottom: 30px;
  }
  .products_nav .wrap span {
    margin-right: 20px;
}
.press .news {
  padding-top: 40px;
}
.products_nav .wrap span:nth-child(2) {
  margin-right: 0;
}

}



/* 新闻详情 */
.shijian {
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 50px;
}
.shijian img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.news_dera{
  width: 100%;
  min-height: 500px;
  background: rgb(249,249,249);
  margin-top: 100px;
}
.news_dera .news_danr{
  /* width: 1200px; */
  margin: 0 auto;
  overflow: hidden;
  padding: 65px 0;
}
.news_danr p{
  font-size: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.news_danr .news_rq{
  width: 100%;
  overflow: hidden;
}
.news_danr .news_lef{
  width: 900px;
  float: left;
}
.news_lef .tp,.news_lef .tp img{
  width: 100%;
  height: 100%;
}
.news_danr .news_lef span{
  color: #666;
  text-indent: 2em;
  margin-top: 40px;
  display: block;
  width: 100%;
}
.news_danr .news_rig{
  float: right;
  width: 275px;
  background: #fff;
}
.news_danr .news_rig p{
  font-size: 18px;
  color: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgb(12,90,164);
  text-indent: 20px;
  margin-bottom: 0;
}
.news_danr .news_rig ul {
  width: 100%;
  padding: 0 20px;
}
.news_danr .news_rig ul li{
  font-size: 14px;
  color: #777;
  height: 50px;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-top: 1px solid rgb(234,234,234);
}

.news_danr .news_rig ul li a{
  color: #777;
}
.news_danr .news_rig ul li div{
  float: left;
  width: 5px;
  height: 5px;
  background: rgb(206,206,206);
  margin-top: 22px;
  margin-right: 15px;
}
.news_danr .news_rig ul li:hover > a{
  color: rgb(129, 140, 177);
}
.news_danr .news_rig ul li:hover > div{
  background: rgb(129, 140, 177);
}
.lb_btrq {
  position: relative;
  margin-top: 50px;
}

.lb_btrq button{
  font-size: 16px;
  color: #666;
  width: 150px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  border: 2px solid rgb(231,231,231);
}
.lb_btrq button img{
  margin-right: 10px;
}
.lb_btrq .bti2 img{
  margin-right: 0;
  margin-left: 10px;
}
.lb_btrq .bti img{
  transform: rotate(180deg);
}
.bti:hover> img{
  transform: rotate(0deg);
}
.bti2:hover> img{
  transform: rotate(180deg);
}
.lb_btrq button:hover{
  border: none;
  background: rgb(12,90,164);
  color: #fff;
}
.lb_btrq .lbi{
  font-size: 14px;
  border: none;
  background: none;
}
.lb_btrq .lbi:hover{
  border: none;
  background: none;
  color: #666;
}
.lb_btrq .bti1{
  position: absolute;
  left: 0;
}
.lb_btrq .bti2{
  position: absolute;
  right: 0;
}
.lb_btrq .lbi{
  position: absolute;
  left: 50%;
  margin-left: -75px;
}
.lb_btrq .lbi img {
  margin-bottom: -4px;
}
@media(max-width:1260px){
  
  .news_danr .news_lef{
      width: 70%;
  }
  .news_danr .news_rig{
      width: 28%;
  }
}
@media(max-width:991px){
  .news_danr .news_lef{
    width: 100%;
}
.news_danr .news_rig{
    width: 28%;
    display: none;
}
.news_dera{
  margin-top: 60px;
}
.news_dera .news_danr{
  padding: 30px 15px;
}
.products_nav span, .products_nav span a {
  font-size: 12px;
}
.news_danr p {
  font-size: 20px;
  margin-bottom: 10px;
}
.shijian {
  margin-bottom: 20px;
}
.shijian img {
  margin-bottom: -5px;
}
.lb_btrq button {
  font-size: 13px;
  width: 110px;
  height: 35px;
  border-radius: 35px;
}
.lb_btrq .lbi {
  margin-left: -13%;
}
}







/* 联系我们 */
.contact{
  width: 100%;
  min-height: 500px;
  margin-top: 100px;
}
.contact .map{
  /* width: 1200px; */
  margin: 0 auto;
  padding: 75px 0;
}
.contact .map .cont_lef{
  width: 660px;
  height: auto;
  float: left;
}
.contact .map .cont_lef img{
  width: 100%;
  height: 100%;
}
.cont_rig{
  width: 475px;
  height: auto;
  float: right;
}
.cont_rig .p1{
  font-size: 22px;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  background-image: url(../images/dw.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
  margin-bottom: 10px;
}
.cont_rig span{
  font-size: 16px;
  display: block;
  color: #777;
  /*padding-left: 40px;*/
  line-height: 30px;
}
.cont_erwm{
  width: 91px;
  height: 100%;
  margin-left: 40px;
  margin-top: 20px;
}
.cont_erwm img{
  width: 100%;
}
.cont_erwm p{
  width: 91px;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
/* 零奔洋分支机构 */
.contact .lby{
  width: 100%;
  overflow: hidden;
}
.contact .fzjg{
  width: 100%;
  height: 80px;
  background: rgb(12,90,164);
  line-height: 80px;
}
.contact .fzjg .fzjgjz{
 /* width: 1200px; */
 margin: 0 auto;
 text-align: left;
 font-size: 24px;
 color: #fff;
 font-weight: bold;
}
.contact .lby .mainrq{
  /* width: 1200px; */
  margin: 0 auto;
  padding: 75px 0;
}
.contact .mainrq .cont_rig{
  float: left;
  width: 50%;
  border-right: 1px solid rgb(218,218,218);
  padding-left: 100px;
}
.contact .mainrq .cont_rig:nth-child(2){
  border: none;
}

/* 零奔洋营销网络 */
.contact .yxwl{
  width: 100%;
  background: rgb(249,249,249);
  display: none;
}
.contact .yxwl .yxwljz{
  /* width: 1200px; */
  margin: 0 auto;
  padding: 75px 0;
}
.contact .yxwl .yxwljz p{
  font-size: 30px;
  color: #333;
}
.contact .yxwl .yxwl_1{
  width: 580px;
  height: 140px;
  float: left;
  margin-right: 35px;
  margin-top: 37px;
  background: #fff;
}
.contact .yxwl .yxwl_1:nth-child(2n){
  margin-right: 0;
}
.contact .yxwl_1 .bsc{
  width: 160px;
  height: 140px;
  border-right: 1px solid rgb(241,241,241);
  font-size: 18px;
  overflow: hidden;
  color: #333;
  line-height: 30px;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
  float: left;
}
.contact .yxwl_1 .bsc_rig{
  width: 420px;
  height: 140px;
  float: right;
  padding: 7% 0;
  padding-left: 10px;
}

.contact .yxwl_1 .bsc_rig p{
  width: 100%;
  font-size: 14px;
}

@media (max-width: 1260px) {
  .contact .map .cont_lef {
    width: 55%;
}
.contact .map .cont_rig {
  width: 43%;
}
.cont_rig .p1{
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 0;
}

.contact .mainrq .cont_rig {
  padding-left: 50px;
}
.contact .yxwl .yxwl_1 {
  width: 49%;
  margin-right: 2%;
}
.contact .yxwl .yxwl_1:nth-child(2n) {
  margin-right: 0;
}
.contact .yxwl_1 .bsc {
  width: 25%;
  font-size: 14px;
}
.contact .yxwl_1 .bsc_rig {
  width: 75%;
}
}

@media (max-width: 991px){
  .contact .map .cont_lef,
  .contact .map .cont_rig{
    width: 100%;
  }
  .cont_rig .p1{
    margin-top: 20px;
  }
  .contact .yxwl .yxwl_1{
    width: 100%;
    margin-right: 0;
  }
  .contact .yxwl_1 .bsc_rig {
    width: 420px;
    height: 140px;
    padding: 4% 0;
}
.contact{
  margin-top: 60px;
}
}
@media (max-width: 768px){
  .wrap2{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .contact .yxwl .yxwljz,
  .contact .lby .mainrq,
  .contact .map{
    padding: 30px 0;
  }
  .contact .mainrq .cont_rig{
    width: 100%;
    border-right:none;
  }
  .contact .yxwl_1 .bsc {
    float: none;
    width: 100%;
    height: auto;
    line-height: 25px;
    padding-top: 0;
    text-align: left;
}
.contact .yxwl .yxwl_1{
  height: auto;
  padding: 15px;
  margin-top: 10px;
}
.contact .yxwl_1 .bsc_rig {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
  height: auto;
}
.contact .yxwl .yxwljz p {
  font-size: 14px;
}
.contact .mainrq .cont_rig {
  padding-left: 0px;
}
.cont_erwm img{
  width: 100%;
}
.contact .fzjg {
  height: 60px;
  line-height: 60px;
}
}


/* 应用案例 */


/* prlis_cont1 */
.prlis_cont1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 30px;
}
.prlis_cont1 .rq{
  width: 100%;
}
.prlis_cont1 .rq .fd{
  width: 100%;
  margin-bottom: 20px;
  padding-top: 5px;
}
.prlis_cont1 .rq div span{
  display: inline-block;
  width: 170px;
  font-size: 18px;
  color: #444;
}
.prlis_cont1 label{
  display: inline-block;
  width: 160px;
  font-size: 16px;
  color: #666;
  margin-bottom: 5px;
}
.prlis_cont1 label input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  text-indent: 0;
  margin-right: 3px;
}

.prlis_cont1 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 28px;
  position: relative;
}

.prlis_cont1 input[type="checkbox"]::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

.prlis_cont1 input[type="checkbox"]:checked::before {
  background-image: url(../images/bd_img22.png);
  background-size: 12px 10px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
}
.prlis_cont1 .rq div span{
  float: left;
  width: 14%;
}
.prlis_cont1 .rq .rq1{
  width: 86%;
  float: left;
}
@media (max-width: 767px){
  .prlis_cont1 .rq div {
    width: 100%;
    margin-bottom: 13px;
  }
  .prlis_cont1 .rq div span{
    font-size: 14px;
  }
  .prlis_cont1 label{
    font-size: 13px;
  }
  .prlis_cont1 .rq div span {
    width: 19%;
  }
  .prlis_cont1 .rq .rq1{
    width: 81%;
  }
}
@media (max-width: 414px){
  .prlis_cont1 label{
    width: auto;
  }
  .prlis_cont1{
    padding-bottom: 0;
    padding-top: 40px;
  }
  .prlis_cont1 .rq .fd {
    margin-bottom: 0px;
}
}

/* pro2_con2 */
.pro2_con2{
  width: 100%;
  background: rgb(243,244,249);
  padding-top: 70px;
  padding-bottom: 40px;
}
.pro2_con2 .fy{
  margin-top: 0;
}
.pro2_con2 .rq2{
  /* padding-top: 95px; */
  width: 100%;
}
.pro2_con2 .rq3{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 90px;
}
.pro2_con2 .rq3:nth-child(3n){
  margin-right: 0;
}
.pro2_con2 .rq3 .top,
.pro2_con2 .rq3 .top img{
  width: 100%;
  overflow: hidden;
  transition: all 3s;
}
.pro2_con2 .rq3 .bot{
  width: 100%;
  height: 105px;
  position: relative;
  line-height: 105px;
}
.pro2_con2 .rq3 .bot::before{
  content: '';
  width: 100%;
  height: 2px;
  background: rgb(204,204,204);
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro2_con2 .rq3:hover .bot::before{
  background: #2d66c0;
  animation: ll 1s linear;
}
@keyframes ll{
  0%{
    width: 0;
  }
  100%{
    width: 100%;
  }
}
.pro2_con2 .rq3 .bot p{
  font-size: 18px;
  color: #2d66c0;
  font-family: "normal";
  padding-left: 35px;
  position: relative;
}
.pro2_con2 .rq3 .bot p::before{
  content: '';
  width: 50px;
  height: 13px;
  background-image: url(../images/img279.png);
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition:all .5s;
}
.pro2_con2 .rq3:hover .bot p::before{
  opacity: 1;
  left: 85%;
}
.pro2_con2 .rq3:hover .top img{
  transform: scale(1.1);
}

@media (max-width: 1366px){
  .pro2_con2 .rq3 .bot {
    height: 80px;
    line-height: 80px;
  }
  .pro2_con2 .rq3 .bot p {
    font-size: 16px;
    padding-left: 12px;
  }
  .pro2_con2 .rq3 .bot p::before{
    background-size: contain;
    width: 44px;
    background-repeat: no-repeat;
  }
  .pro2_con2 .rq3{
    margin-bottom: 40px;
  }
}
@media (max-width: 1259px){

  .pro2_con2 .rq3 .bot {
    height: 75px;
    line-height: 75px;
  }
  .pro2_con2 .rq3 .bot p {
    font-size: 15px;
  }
  .pro2_con2 .rq3 .bot p::before{
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  }
}
@media (max-width: 991px) {  
  .pro2_con2 .rq3{
    width: 49%;
  }
  .pro2_con2 .rq3:nth-child(3n){
    margin-right: 2%;
  }
  .pro2_con2 .rq3:nth-child(2n){
    margin-right: 0%;
  }
}
@media (max-width: 768px){
  .pro2_con2 .rq3{
    width: 49.5%;
    margin-right: 1%;
  }
  .pro2_con2 .rq3:nth-child(3n){
    margin-right: 1%;
  }
  .pro2_con2 .rq3:nth-child(2n){
    margin-right: 0%;
  }
}
@media (max-width: 414px){
  .pro2_con2{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .pro2_con2 .rq3 .bot {
    height: 35px;
    line-height: 35px;
}
.pro2_con2 .rq3 .bot p {
  font-size: 12px;
}
.pro2_con2 .rq3 {
  margin-bottom: 10px;
}
.pro2_con2 .fy{
  margin-top: 20px;
}
}




/* 案例详情 */
.case_date{
  width: 100%;
  min-height: 500px;
  margin-top: 100px;
}
.case_date .lbt{
  width: 100%;
  background: rgb(245,245,245);
}
.case_date .productsjz{
  /* width: 1200px; */
  margin: 0 auto;
}
.case_date .proxq1-top{
  height: 420px;
  float: left;
   width: 74%;
  position: relative;
}
.case_date .proxq1-top img{
  width: 100% !important;
}
.case_date .proxq1-thumbs{
  float: right;
  margin-right: 50px;
}
.case_date .proxq1-lf{
  width: 100%;
  height: 618px;
}
.case_date .proxq1-top{
  height: 618px;
}
.case_date .proxq1-thumbs {
  width: 19.5%;
  height: 620px;
}
.case_date .proxq1_thumbs{
  height: 533px;
}
.case_date .proxq1-thumbs .swiper-slide.active-nav::before{
  content: none;
}
.case_date .proxq1-thumbs .swiper-slide .proxq1-pic img{
  width: 100%;
  height: 100%;
}
.case_date .proxq1-con .proxq1-prev{
  top: 20px;
}
.case_date .proxq1-con .proxq1-thumbs .swiper-slide.active-nav {
  border: 3px solid rgb(12,90,164);
}
.case_date .proxq-one{
  padding: 60px 0 80px;
}
.case_date .productsjz .p1{
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.shijian{
  font-size: 14px;
  color: #666;
  display: block;
  margin-bottom: 50px;
  margin-top: 15px;
}
.shijian img{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.case_date .proxq1-top .swiper-slide{
  position: relative;
}
.case_date .mb{
  width: 100%;
  height: 60px;
  background: rgba(25,77,127,0.8);
  position: absolute;
  bottom: -70px;
  transition: all 0.5s;
}
.case_date .mb p{
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.case_date .productsjz .dig{
  font-size: 16px;
  color: #666;
  display: block;
  line-height: 26px;
}
.case_date .dig1{
  margin-top: 40px;
}

.lb_btrq button img{
  margin-right: 10px;
}
.lb_btrq .bti2 img{
  margin-right: 0;
  margin-left: 10px;
}
.lb_btrq .bti img{
  transform: rotate(180deg);
}
.bti:hover> img{
  transform: rotate(0deg);
}
.bti2:hover> img{
  transform: rotate(180deg);
}
.lb_btrq button:hover{
  border: none;
  background: rgb(12,90,164);
  color: #fff;
}
.lb_btrq .lbi{
  font-size: 14px;
  border: none;
  background: none;
}
.lb_btrq .lbi:hover{
  border: none;
  background: none;
  color: #666;
}

.lb_btrq{
  position: relative;
  margin-top: 50px;
}
.lb_btrq .bti1{
  position: absolute;
  left: 0;
}
.lb_btrq .bti2{
  position: absolute;
  right: 0;
}
.lb_btrq .lbi{
  position: absolute;
  left: 50%;
  margin-left: -75px;
}



/* 案例推荐 */
.case_date .tuijian{
  width: 100%;
  background: rgb(251,251,251);
}
.tuijian,
.soul_lbt{
  padding: 70px 0;
  overflow: hidden;
}
.tuijian .bt,
.soul_lbt .bt{
  margin-bottom: 35px;
  text-align: center;
}
.soul_lbt .swiper-slide{
  background: rgb(241,242,243);
}
.soul_lbt .bjzm{
  position: relative;
}
.anli_1 .anli_to, .anli_to img{
  width: 100%;
  height: 100%;
}
.anli_1 .anli_bo{
  height: 70px;
  width: 100%;
  line-height: 70px;
  background-image: url(../images/anli_jt.png);
  background-repeat: no-repeat;
  background-position: 95%;
  border-bottom: 1px solid rgb(220,220,220);
  padding-left: 20px;
  transition: all .5s;
}
.anli_bo span{
  font-size: 18px;
  color: #555;
  transition: all .5s;
}
.anli_bo div{
  width: 1px;
  height: 25px;
  background: rgb(220,220,220);
  float: right;
  margin-top: 22px;
  margin-right: 54px;
  transition: all .5s;
}
.anli_1:hover>.anli_bo{
  background-image: url(../images/anli_ljt.png);
  border-bottom: 1px solid rgb(12,90,164);
}
.anli_1:hover>.anli_bo span{
  color: #0c5aa4;
  font-weight: bold;
}
.anli_1:hover>.anli_bo div{
 background: rgb(12,90,164);
}
/* 前进后退 */
.case_date .hproduct-left,.case_date .hproduct-right{
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.case_date .hproduct-left{
  background-image: url(../images/hui.png);
  position: absolute;
  left: -60px;
  top: 50%;
}
.case_date .hproduct-right{
  background-image: url(../images/hui2.png);
  position: absolute;
  right: -60px;
  top: 50%;
}
.case_date .hproduct-left:hover{
  background-image: url(../images/lan2.png);
}
.case_date .hproduct-right:hover{
  background-image: url(../images/lan.png);
}

/* 产品推荐 */
.tuijian_jz{
  position: relative;
}
.tuijian_jz .tj_1{
  border: 1px solid rgb(230,230,230);
  position: relative;
}
.tuijian_jz .tp{
  position: relative;
}
.tuijian_jz .tp,.tp img{
  width: 100%;
  height: 100%;
}
.tuijian_jz .bo {
  padding: 30px 20px;
  border-top: 1px solid rgb(230,230,230);
}
.tuijian .bo p{
  font-size: 16px;
  width: auto;
  color: #333;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}
.tuijia .bo span{
  font-size: 14px;
  color: #777;
}
.mbb{
  width: 100%;
  height: 100%;
  background: rgba(72,149,202,0.8);
  position: absolute;
  top: 101%;
  left: 0;
  padding: 0 30px;
  transition: all 0.5s;
}
.tuijian_jz .mbb p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 18px;
  background-image: url(../images/lbjt.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
  font-weight: 500;
}
.tj_1 .mbb .p1{
  margin-top: 45%;
}
.tj_1:hover> .mbb{
  top: 0;
  background: rgba(51,138,198,0.9);
}

.tj_1:hover> .bo p{
  color: #fff;
}
.tj_1:hover> .bo span{
  color: #fff;
}
@media(max-width:1260px){
  .case_date .proxq1-top {
    height: 515px;
}
.case_date .proxq1-thumbs {
  height: 515px;
}
.case_date .proxq1_thumbs{
  height: 445px;
}
.case_date .proxq1-lf {
  height: 515px;
}
.anli_bo span{
  font-size: 14px;
}
.anli_1 .anli_bo{
  height: 50px;
  line-height: 50px;
}
.anli_bo div {
  margin-top: 12px;
}
}
@media(max-width:991px){
  .case_date{
    margin-top: 60px;
  }
  .case_date .proxq1-thumbs{
    display: none;
  }
  .case_date .proxq1-top{
    width: 100%;
    height: auto;
  }
  .case_date .proxq1-top .swiper-slide img{
    position: static;
    transform: translate(0,0);
  }
  .case_date .proxq1-lf{
    height: auto;
  }

}
@media(max-width:768px){
  .tuijian, .soul_lbt{
    padding: 40px 0 40px;
  }
  .case_date .proxq-one {
    padding: 20px 0 40px;
}
.tuijian .bt, .soul_lbt .bt{
  margin-bottom: 20px;
}
.shijian{
  margin-bottom: 20px;
}
.case_date .productsjz .dig {
  font-size: 14px;
  line-height: 24px;
}
.case_date .dig1 {
  margin-top: 10px;
}
.lb_btrq {
  margin-top: 20px;
}
.case_date .proxq-one button {
  font-size: 14px;
  width: 100px;
  height: 35px;
  border-radius: 35px;
}
}
@media(max-width:414px){
  .lb_btrq .lbi {
    margin-left: -13%;
}
.soul_lbt .swiper-container, .tuijian .swiper-container {
  width: 80%;
}
.case_date .hproduct-left, .case_date .hproduct-right{
  width: 40px;
  height: 40px;
}
.case_date .hproduct-left{
  left: 5px;
}
.case_date .hproduct-right{
  right: 5px;
}
.tuijian_jz .bo span{
  font-size: 14px;
}
.tuijian_jz .bo {
  padding: 12px 20px;
}
.anli_bo span{
  display: inline-block;
  width: 84%;
  overflow: hidden;
}
.anli_bo div{
  margin-right: 15%;
}




.sy_con3 .lef .p1,
.pro2_fbt,
.pro2_bt,
.pr_con6 .p4,
.bt{
  text-align: center !important;
}




}














